Skip to content

Commit 2a26d5a

Browse files
committed
Also restore exe config for unix.
1 parent 5d2f65f commit 2a26d5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/inserts/functions.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ endfunction(get_configuration_with_generator_unhashed)
353353
########################################
354354

355355
function(get_configuration_exe_unhashed out)
356-
if (NOT NINJA)
356+
if (NOT NINJA AND NOT UNIX)
357357
get_configuration_unhashed(config)
358358
set(${out} ${config} PARENT_SCOPE)
359359
return()

0 commit comments

Comments
 (0)