File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
examples/simulation/Tutorial1/macros Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ set(FAIRROOT_LIBRARY_PROPERTIES ${FAIRROOT_LIBRARY_PROPERTIES}
222
222
)
223
223
set (PROJECT_LIBRARY_PROPERTIES ${FAIRROOT_LIBRARY_PROPERTIES} )
224
224
225
- find_package2(PUBLIC yaml-cpp)
225
+ find_package2(PUBLIC yaml-cpp REQUIRED )
226
226
# Workaround missing exported include directories
227
227
# Upstream has fixed this in https://github.com/jbeder/yaml-cpp/commit/ab5f9259a4e67d3fe0e4832bd407a9e596e2d884 (since 0.6.3)
228
228
if (yaml-cpp_FOUND)
Original file line number Diff line number Diff line change 6
6
* copied verbatim in the file "LICENSE" *
7
7
********************************************************************************/
8
8
9
- #if !defined(__CLING__ ) || defined(__ROOTCLING__ )
10
- #include <iostream>
11
9
#include "FairBoxGenerator.h"
12
10
#include "FairCave.h"
13
11
#include "FairParRootFileIo.h"
22
20
#include <TRandom3.h>
23
21
#include <TStopwatch.h>
24
22
23
+ #if !defined(__CLING__ ) || defined(__ROOTCLING__ )
24
+ #include <iostream>
25
+
25
26
using std ::cout ;
26
27
using std ::endl ;
27
28
#endif
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ void FairYamlVMCConfig::SetupPostInit(const char* mcEngine)
69
69
if (!((strcmp (mcEngine, " TGeant4" ) == 0 ))) {
70
70
LOG (fatal) << " FairYamlVMCConfig::SetupPostInit() only valid for TGeant4." ;
71
71
}
72
- LOG (info) << " Loading Geant4 PostInit Config." << endl ;
72
+ LOG (info) << " Loading Geant4 PostInit Config." ;
73
73
74
74
TString work = getenv (" VMCWORKDIR" );
75
75
TString work_config = work + " /gconfig/" ;
You can’t perform that action at this time.
0 commit comments