Trigger rebuild of fingerprint everytime
This commit is contained in:
parent
f5f7269f70
commit
61c2ea9225
@ -13,17 +13,17 @@ endif(IS_64_SYSTEM)
|
||||
|
||||
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
|
||||
|
||||
add_custom_command(OUTPUT ${CMAKE_SOURCE_DIR}/Util/UUID.config.h
|
||||
add_custom_command(OUTPUT ${CMAKE_SOURCE_DIR}/Util/UUID.h
|
||||
COMMAND ${CMAKE_COMMAND} -P
|
||||
${CMAKE_SOURCE_DIR}/cmake/UUID-Config.cmake
|
||||
DEPENDS
|
||||
${CMAKE_SOURCE_DIR}/cmake/UUID-Config.cmake
|
||||
${CMAKE_SOURCE_DIR}/Util/UUID.config.h.in
|
||||
COMMENT "Configuring UUID.config.h"
|
||||
${CMAKE_SOURCE_DIR}/Util/UUID.h
|
||||
COMMENT "Configuring UUID.cpp"
|
||||
VERBATIM)
|
||||
|
||||
add_custom_target(UUIDConfigure ALL
|
||||
DEPENDS ${CMAKE_SOURCE_DIR}/Util/UUID.config.h ${CMAKE_SOURCE_DIR}/Util/GraphLoader.h)
|
||||
DEPENDS ${CMAKE_SOURCE_DIR}/Util/UUID.h ${CMAKE_SOURCE_DIR}/Util/GraphLoader.h)
|
||||
|
||||
set(BOOST_COMPONENTS filesystem regex system thread)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user