Skip to content
Snippets Groups Projects

CMakeLists.txt: cxx standard and ActsDd4hep plugin

Merged Wouter Deconinck requested to merge wdconinc-master-patch-56380 into master
Files
4
@@ -4,7 +4,13 @@
@@ -4,7 +4,13 @@
#include "DDRec/Surface.h"
#include "DDRec/Surface.h"
#include "DDRec/DetectorData.h"
#include "DDRec/DetectorData.h"
 
#if defined(USE_ACTSDD4HEP)
 
#include "ActsDD4hep/ActsExtension.hpp"
 
#include "ActsDD4hep/ConvertMaterial.hpp"
 
#else
#include "Acts/Plugins/DD4hep/ActsExtension.hpp"
#include "Acts/Plugins/DD4hep/ActsExtension.hpp"
 
#include "Acts/Plugins/DD4hep/ConvertDD4hepMaterial.hpp"
 
#endif
using namespace std;
using namespace std;
using namespace dd4hep;
using namespace dd4hep;
Loading