We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9341d1 commit 0820860Copy full SHA for 0820860
1 file changed
fairroot/CMakeLists.txt
@@ -1,5 +1,5 @@
1
################################################################################
2
-# Copyright (C) 2023 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH #
+# Copyright (C) 2023-2024 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH #
3
# #
4
# This software is distributed under the terms of the #
5
# GNU Lesser General Public Licence (LGPL) version 3, #
@@ -40,7 +40,8 @@ else()
40
message(STATUS "eventdisplay will not be built, because ROOT has no opengl support.")
41
endif()
42
43
-if(Geant3_FOUND AND Geant4VMC_FOUND AND yaml-cpp_FOUND)
+if(Geant3_FOUND AND Geant4VMC_FOUND AND yaml-cpp_FOUND
44
+ AND TARGET FairRoot::FastSim)
45
add_subdirectory(mcconfigurator)
46
47
0 commit comments