Commit dd9110a3 by Maarten L. Hekkelman

Add option to not write data files

parent 88c23e1b
......@@ -5,7 +5,9 @@ include("${CMAKE_CURRENT_LIST_DIR}/cifppTargets.cmake")
# Note that this set_and_check needs te be executed before
# find_dependency of Eigen3, otherwise the path is
# not found....
set_and_check(CIFPP_SHARE_DIR "@PACKAGE_CIFPP_DATA_DIR@")
if(EXISTS "@PACKAGE_CIFPP_DATA_DIR@")
set_and_check(CIFPP_SHARE_DIR "@PACKAGE_CIFPP_DATA_DIR@")
endif()
include(CMakeFindDependencyMacro)
find_dependency(Threads)
......
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