We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d2f65f commit 2a26d5aCopy full SHA for 2a26d5a
1 file changed
src/inserts/functions.cmake
@@ -353,7 +353,7 @@ endfunction(get_configuration_with_generator_unhashed)
353
########################################
354
355
function(get_configuration_exe_unhashed out)
356
- if (NOT NINJA)
+ if (NOT NINJA AND NOT UNIX)
357
get_configuration_unhashed(config)
358
set(${out} ${config} PARENT_SCOPE)
359
return()
0 commit comments