Commit 2f1adbd2 by Maarten L. Hekkelman

clean up

parent 65031523
...@@ -411,8 +411,6 @@ write_basic_package_version_file( ...@@ -411,8 +411,6 @@ write_basic_package_version_file(
) )
if(BUILD_TESTING) if(BUILD_TESTING)
enable_testing()
find_package(Boost REQUIRED) find_package(Boost REQUIRED)
list(APPEND CIFPP_tests unit-v2 unit-3d format model rename-compound sugar spinner) list(APPEND CIFPP_tests unit-v2 unit-3d format model rename-compound sugar spinner)
......
...@@ -12,7 +12,7 @@ set(DOXYGEN_INDEX_FILE ${DOXYGEN_OUTPUT_DIR}/index.xml) ...@@ -12,7 +12,7 @@ set(DOXYGEN_INDEX_FILE ${DOXYGEN_OUTPUT_DIR}/index.xml)
set(DOXYFILE_IN ${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.in) set(DOXYFILE_IN ${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.in)
set(DOXYFILE_OUT ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile) set(DOXYFILE_OUT ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile)
#Replace variables inside @@ with the current values # Replace variables inside @@ with the current values
configure_file(${DOXYFILE_IN} ${DOXYFILE_OUT} @ONLY) configure_file(${DOXYFILE_IN} ${DOXYFILE_OUT} @ONLY)
add_custom_command( add_custom_command(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment