Commit ff2823f4 by Maarten L. Hekkelman

order

parent ce2786aa
...@@ -108,15 +108,15 @@ if(NOT gxrio_FOUND) ...@@ -108,15 +108,15 @@ if(NOT gxrio_FOUND)
add_git_submodule(gxrio EXCLUDE_FROM_ALL) add_git_submodule(gxrio EXCLUDE_FROM_ALL)
endif() endif()
find_package(cifpp 5.0.0 REQUIRED)
add_git_submodule(date EXCLUDE_FROM_ALL)
find_package(libconfig QUIET) find_package(libconfig QUIET)
if(NOT libconfig_FOUND) if(NOT libconfig_FOUND)
add_git_submodule(libconfig EXCLUDE_FROM_ALL) add_git_submodule(libconfig EXCLUDE_FROM_ALL)
endif() endif()
find_package(cifpp 5.0.0 REQUIRED)
add_git_submodule(date EXCLUDE_FROM_ALL)
# The DSSP code is in a separate library, optionally to be used by others # The DSSP code is in a separate library, optionally to be used by others
add_library(dssp_library OBJECT ${PROJECT_SOURCE_DIR}/src/DSSP.cpp) add_library(dssp_library OBJECT ${PROJECT_SOURCE_DIR}/src/DSSP.cpp)
add_library(dssp::dssp ALIAS dssp_library) add_library(dssp::dssp ALIAS dssp_library)
......
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