Commit 9c655c16 by Maarten L. Hekkelman

libcifpp dependency fixed

parent 07bed781
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
cmake_minimum_required(VERSION 3.15) cmake_minimum_required(VERSION 3.15)
# set the project name # set the project name
project(mkdssp VERSION 4.2.2 LANGUAGES CXX) project(mkdssp VERSION 4.2.2.1 LANGUAGES CXX)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
...@@ -104,7 +104,7 @@ find_package(Threads) ...@@ -104,7 +104,7 @@ find_package(Threads)
if(NOT PDB_REDO_META) if(NOT PDB_REDO_META)
find_package(libmcfp REQUIRED) find_package(libmcfp REQUIRED)
find_package(cifpp 5.0.6 REQUIRED) find_package(cifpp 5.0.8 REQUIRED)
endif() endif()
# 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
......
Version 4.2.2.1
- Fixed dependency on libcifpp
Version 4.2.2 Version 4.2.2
- Building for CCP4 - Building for CCP4
- Fix is_cis - Fix is_cis
......
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