From 78b0dc7ffaf88dd99e547578c0100a87e759c107 Mon Sep 17 00:00:00 2001
From: marco <marco@5a81b35b-ba03-0410-adc8-b2c5c5119f08>
Date: Tue, 27 Apr 2010 10:18:59 +0000
Subject: [PATCH] fix COMPOUND_LIB switch

option() is only meant to be used for simple on/off switches
not for options taking a string value.


git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2119 5a81b35b-ba03-0410-adc8-b2c5c5119f08
---
 CMakeLists.txt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f0c18ef02..8cc4a7c40 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -29,8 +29,6 @@ option(ENABLE_SPNAV "whether 3DConnexion devices should be supported"
       OFF)
 option(STATIC_PROPERTY_WORKAROUND "workaround for static property bug with some boost/boost_python combinations" OFF)
 option(DEPLOYMENT "switch on deployment settings" OFF)
-option(COMPOUND_LIB "location of the compound library to enable rule based builder based on the chemical component dictionary")
-
 
 if (PREFIX)
   set(CMAKE_INSTALL_PREFIX ${PREFIX})
-- 
GitLab