File tree 4 files changed +6
-3
lines changed
4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ set_property(TARGET ${target} PROPERTY POSITION_INDEPENDENT_CODE ON)
61
61
62
62
target_include_directories (${target} PUBLIC
63
63
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR} >
64
+ $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR} /examples/common/gconfig>
64
65
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR} /devices>
65
66
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR} >
66
67
)
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 @@ -27,6 +27,7 @@ set_target_properties(${target} PROPERTIES ${PROJECT_LIBRARY_PROPERTIES})
27
27
28
28
target_include_directories (${target} PUBLIC
29
29
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR} >
30
+ $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR} /examples/common/gconfig>
30
31
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR} >
31
32
)
32
33
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