You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeLists.txt
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -62,15 +62,16 @@ If(NOT _HAS_CXX11_FLAG)
62
62
Message(FATAL_ERROR "The used C++ compiler (${CMAKE_CXX_COMPILER}) does not support C++11. CbmRoot can only be compiled with compilers supporting C++11. Please install such a compiler.")
63
63
EndIf()
64
64
65
+
# set cmake policies
66
+
include(FairRootCmakePolicies)
67
+
set_fairroot_cmake_policies()
68
+
65
69
# Load some basic macros which are needed later on
66
70
include(FairMacros)
67
71
include(WriteConfigFile)
68
72
include(Dart)
69
73
include(CheckCompiler)
70
74
71
-
# set cmake policies
72
-
set_fairroot_cmake_policies()
73
-
74
75
#Check the compiler and set the compile and link flags
0 commit comments