Skip to content

Commit b70fcd1

Browse files
committed
todo comment
1 parent ed144ec commit b70fcd1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cmake/BoostLibInstaller.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ function(boost_lib_installer req_boost_version req_boost_libs)
7878

7979
if (EXISTS "${install_dir}/libs/${lib}/build/")
8080
# Has source
81+
82+
# TODO: Command has to be a dummy if the library file is already exists!
83+
8184
set(jam_lib boost_${lib}_jam)
8285
set(boost_lib boost_${lib})
8386

@@ -142,6 +145,7 @@ function(boost_lib_installer req_boost_version req_boost_libs)
142145
endif()
143146

144147
# b2 headers
148+
# TODO: Generate only if doesn't exists
145149
message(STATUS "Generating headers ...")
146150
execute_process(COMMAND ${b2_command} headers WORKING_DIRECTORY ${install_dir} RESULT_VARIABLE err OUTPUT_VARIABLE err_msg)
147151
if(err)

0 commit comments

Comments
 (0)