Added module for Boost detection and automatic build-up
This commit is contained in:
committed by
Roberto Di Remigio
parent
ea694c0bdd
commit
1780e4a189
8
modules/boost/boost_cleanup.cmake
Normal file
8
modules/boost/boost_cleanup.cmake
Normal file
@ -0,0 +1,8 @@
|
||||
# Clean-up
|
||||
add_custom_command(
|
||||
OUTPUT ${CUSTOM_BOOST_LOCATION}/boost.cleanedup
|
||||
COMMAND ${CMAKE_COMMAND} -E remove_directory ${BOOST_BUILD_DIR}
|
||||
COMMAND ${CMAKE_COMMAND} -E touch ${CUSTOM_BOOST_LOCATION}/boost.cleanedup
|
||||
WORKING_DIRECTORY ${CUSTOM_BOOST_LOCATION}
|
||||
DEPENDS ${CUSTOM_BOOST_LOCATION}/boost.installed
|
||||
COMMENT "Clean-up Boost")
|
Reference in New Issue
Block a user