Skip to content
Snippets Groups Projects
Commit 68ed9b0d authored by Florian Christoph Fischer's avatar Florian Christoph Fischer
Browse files

Put quotes around environment variable in CMakeLists.txt

Former-commit-id: d43029688e69dcc735162f2fad70ee43f81b945e
parent bfabd437
No related branches found
No related merge requests found
......@@ -14,8 +14,8 @@ atlas_install_scripts( test/*.sh test/*.py )
# Install joboptions
if (NOT $ENV{AtlasProject} STREQUAL "")
if ($ENV{AtlasProject} STREQUAL "AthAnalysis")
if (NOT "$ENV{AtlasProject}" STREQUAL "")
if ("$ENV{AtlasProject}" STREQUAL "AthAnalysis")
atlas_install_joboptions( share/*.py )
endif()
endif()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment