We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed144ec commit b70fcd1Copy full SHA for b70fcd1
cmake/BoostLibInstaller.cmake
@@ -78,6 +78,9 @@ function(boost_lib_installer req_boost_version req_boost_libs)
78
79
if (EXISTS "${install_dir}/libs/${lib}/build/")
80
# Has source
81
+
82
+ # TODO: Command has to be a dummy if the library file is already exists!
83
84
set(jam_lib boost_${lib}_jam)
85
set(boost_lib boost_${lib})
86
@@ -142,6 +145,7 @@ function(boost_lib_installer req_boost_version req_boost_libs)
142
145
endif()
143
146
144
147
# b2 headers
148
+ # TODO: Generate only if doesn't exists
149
message(STATUS "Generating headers ...")
150
execute_process(COMMAND ${b2_command} headers WORKING_DIRECTORY ${install_dir} RESULT_VARIABLE err OUTPUT_VARIABLE err_msg)
151
if(err)
0 commit comments