Increase the required cifpp version

This commit is contained in:
Maarten L. Hekkelman
2026-05-18 13:06:17 +02:00
parent 525cf24ee2
commit 526448b48e

View File

@@ -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")