Skip to content

Commit

Permalink
last minute changes to cmake files
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Aug 31, 2021
1 parent db3fb04 commit 5f50429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
option(CCP4 "The location where ccp4 is installed" "")
if(DEFINED CCP4 AND EXISTS ${CCP4})
set(CLIBD ${CCP4}/lib/data)
elseif(EXISTS $ENV{CCP4})
elseif(EXISTS "$ENV{CCP4}")
set(CCP4 $ENV{CCP4})
set(CLIBD ${CCP4}/lib/data)
endif()
Expand Down

0 comments on commit 5f50429

Please sign in to comment.