Commit 5f50429c by Maarten L. Hekkelman

last minute changes to cmake files

parent db3fb041
...@@ -34,7 +34,7 @@ set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON) ...@@ -34,7 +34,7 @@ set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
option(CCP4 "The location where ccp4 is installed" "") option(CCP4 "The location where ccp4 is installed" "")
if(DEFINED CCP4 AND EXISTS ${CCP4}) if(DEFINED CCP4 AND EXISTS ${CCP4})
set(CLIBD ${CCP4}/lib/data) set(CLIBD ${CCP4}/lib/data)
elseif(EXISTS $ENV{CCP4}) elseif(EXISTS "$ENV{CCP4}")
set(CCP4 $ENV{CCP4}) set(CCP4 $ENV{CCP4})
set(CLIBD ${CCP4}/lib/data) set(CLIBD ${CCP4}/lib/data)
endif() endif()
......
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