From 42f5c4f7c8d31a8bc70bddf50b99032e39bccab3 Mon Sep 17 00:00:00 2001
From: Xavier Robin <xavier.robin@unibas.ch>
Date: Fri, 13 Jan 2023 17:04:47 +0100
Subject: [PATCH] doc: fix error message

---
 modules/conop/src/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/conop/src/CMakeLists.txt b/modules/conop/src/CMakeLists.txt
index c2f1f4c6d..b45b11272 100644
--- a/modules/conop/src/CMakeLists.txt
+++ b/modules/conop/src/CMakeLists.txt
@@ -50,7 +50,7 @@ if (COMPOUND_LIB)
     install(FILES ${TO} DESTINATION "share/openstructure")
   else()
     message(FATAL_ERROR "${COMPOUND_LIB} does not exist. \n"
-            "Pass -DCOMPOUND_LIB=NONE if you would like to build "
+            "Pass -DCOMPOUND_LIB=OFF if you would like to build "
             "OpenStructure without a compound library")
   endif()
 
-- 
GitLab