Commit 3315fae8 by Maarten L. Hekkelman

Merge branch 'cif2fasta-develop' into develop-cif2fasta

parents f1ca916d d8c3c3f7
...@@ -537,6 +537,11 @@ write_basic_package_version_file( ...@@ -537,6 +537,11 @@ write_basic_package_version_file(
VERSION ${PROJECT_VERSION} VERSION ${PROJECT_VERSION}
COMPATIBILITY AnyNewerVersion) COMPATIBILITY AnyNewerVersion)
# In case we're included as sub_directory:
if(NOT PROJECT_IS_TOP_LEVEL)
set(CIFPP_SHARE_DIR ${PROJECT_SOURCE_DIR}/rsrc PARENT_SCOPE)
endif()
if(BUILD_TESTING) if(BUILD_TESTING)
# We're using the older version 2 of Catch2 # We're using the older version 2 of Catch2
FetchContent_Declare( FetchContent_Declare(
......
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