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

Updated CMakeLists to prevent CI error

Former-commit-id: a105c7032d2bb0762f11168e234ef7892f76682f
parent 6fc1d74a
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,9 @@ atlas_depends_on_subdirs( PRIVATE
atlas_install_scripts( test/*.sh test/*.py )
# Install joboptions
if ($ENV{AtlasProject} STREQUAL AthAnalysis)
atlas_install_joboptions( share/*.py )
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