From 4f1ef985ae73a0e0d15ad1e75fa337a68af6812b Mon Sep 17 00:00:00 2001 From: Gerardo Tauriello <gerardo.tauriello@unibas.ch> Date: Sun, 2 Dec 2018 00:43:52 -0500 Subject: [PATCH] OST 1.8 is enough for cmake. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 546c9650..6b0cd5ce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -86,7 +86,7 @@ if(NOT DISABLE_DOCUMENTATION) # set this to the URL corresponding to the version of OST you are using set(OST_DOC_URL "https://www.openstructure.org/docs/dev") endif() -find_package(OPENSTRUCTURE 1.9 REQUIRED +find_package(OPENSTRUCTURE 1.8 REQUIRED COMPONENTS io mol seq seq_alg mol_alg conop img mol_mm) if(CMAKE_COMPILER_IS_GNUCXX) -- GitLab