File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -353,9 +353,9 @@ endfunction(get_configuration_with_generator_unhashed)
353353########################################
354354
355355function (get_configuration_exe_unhashed out )
356- # get_configuration_unhashed(config)
357- # set(${out} ${config} PARENT_SCOPE)
358- # return()
356+ get_configuration_unhashed (config )
357+ set (${out} ${config} PARENT_SCOPE )
358+ return ()
359359
360360 prepare_config_part (system "${CMAKE_SYSTEM_NAME} " )
361361 prepare_config_part (processor "${CMAKE_HOST_SYSTEM_PROCESSOR} " )
Original file line number Diff line number Diff line change 88# CPPAN_BUILD_SHARED_LIBS has influence on config vars
99if (EXECUTABLE)
1010 # TODO: try to work 0->1 <- why? maybe left as is?
11- set (CPPAN_BUILD_SHARED_LIBS 0)
11+ # set(CPPAN_BUILD_SHARED_LIBS 0)
1212endif ()
1313
1414# after all settings
@@ -80,6 +80,7 @@ if (NOT EXISTS ${import} OR
8080 # TODO: fix executables bootstrapping
8181 # BUG: copying bad cmake config dirs (32 - 64 bits)
8282 #set(from ${storage_dir_cfg}/${config_dir}/CMakeFiles/${CMAKE_VERSION})
83+ set (from ${CMAKE_BINARY_DIR} /CMakeFiles/${CMAKE_VERSION} )
8384 else ()
8485 set (from ${CMAKE_BINARY_DIR} /CMakeFiles/${CMAKE_VERSION} )
8586 endif ()
You can’t perform that action at this time.
0 commit comments