Skip to content
Snippets Groups Projects
Unverified Commit 9a43d36a authored by Joris Vaillant's avatar Joris Vaillant
Browse files

cmake: Disable automatic finalize call

parent d914b542
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,7 @@ set(PROJECT_DESCRIPTION
)
SET(PROJECT_USE_CMAKE_EXPORT TRUE)
SET(PROJECT_COMPATIBILITY_VERSION AnyNewerVersion)
set(PROJECT_AUTO_RUN_FINALIZE FALSE)
SET(PROJECT_USE_KEYWORD_LINK_LIBRARIES TRUE)
SET(DOXYGEN_USE_TEMPLATE_CSS TRUE)
......@@ -480,3 +481,5 @@ if(COAL_BACKWARD_COMPATIBILITY_WITH_HPP_FCL)
COMPATIBILITY AnyNewerVersion)
install(FILES hpp-fclConfig.cmake ${CMAKE_CURRENT_BINARY_DIR}/hpp-fclConfigVersion.cmake DESTINATION lib/cmake/hpp-fcl)
endif()
setup_project_finalize()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment