mirror of
https://github.com/PDB-REDO/dssp.git
synced 2026-06-04 13:44:21 +08:00
Increase the required cifpp version
This commit is contained in:
@@ -118,7 +118,7 @@ CPMFindPackage(
|
||||
EXCLUDE_FROM_ALL YES)
|
||||
|
||||
# No longer using CPM for libcifpp. It is now simply required to install it first.
|
||||
find_package(cifpp 10.0.2 QUIET)
|
||||
find_package(cifpp 10.0.4 QUIET)
|
||||
|
||||
if(NOT (cifpp_FOUND OR TARGET cifpp))
|
||||
# message(FATAL_ERROR "Could not find libcifpp. Please make sure you install libcifpp first, code can be found at https://github.com/PDB-REDO/libcifpp")
|
||||
|
||||
Reference in New Issue
Block a user