Skip to content
Snippets Groups Projects
Commit 78b0dc7f authored by marco's avatar marco
Browse files

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
parent b2abe761
No related branches found
No related tags found
No related merge requests found
......@@ -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})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment