Skip to content
Snippets Groups Projects
Commit 9cd59e08 authored by Tobias Bockh's avatar Tobias Bockh
Browse files

fix acts path

parent 20aba1ae
No related branches found
No related tags found
1 merge request!225Re-Fit Tracks
...@@ -4,7 +4,9 @@ atlas_subdir( ActsInterop ) ...@@ -4,7 +4,9 @@ atlas_subdir( ActsInterop )
# External dependencies: # External dependencies:
find_package(Acts COMPONENTS Core) #set( Acts_DIR /home/tboeckh/Documents/acts/run )
#find_package( Acts REQUIRED COMPONENTS Core PATHS /home/tboeckh/Documents/acts/run NO_DEFAULT_PATH )
find_package( Acts COMPONENTS Core )
# Component(s) in the package: # Component(s) in the package:
atlas_add_library( ActsInteropLib atlas_add_library( ActsInteropLib
......
...@@ -8,6 +8,8 @@ find_package( Eigen ) ...@@ -8,6 +8,8 @@ find_package( Eigen )
find_package( Boost ) find_package( Boost )
find_package( nlohmann_json ) find_package( nlohmann_json )
#set( Acts_DIR /home/tboeckh/Documents/acts/run )
#find_package( Acts REQUIRED COMPONENTS Core PATHS /home/tboeckh/Documents/acts/run NO_DEFAULT_PATH )
find_package( Acts COMPONENTS Core ) find_package( Acts COMPONENTS Core )
atlas_add_library( FaserActsGeometryLib atlas_add_library( FaserActsGeometryLib
......
...@@ -4,6 +4,8 @@ atlas_subdir( FaserActsGeometryInterfaces ) ...@@ -4,6 +4,8 @@ atlas_subdir( FaserActsGeometryInterfaces )
# External dependencies: # External dependencies:
find_package( Eigen ) find_package( Eigen )
#set( Acts_DIR /home/tboeckh/Documents/acts/run )
#find_package( Acts REQUIRED COMPONENTS Core PATHS /home/tboeckh/Documents/acts/run NO_DEFAULT_PATH )
find_package( Acts COMPONENTS Core ) find_package( Acts COMPONENTS Core )
find_package( nlohmann_json ) find_package( nlohmann_json )
# Component(s) in the package: # Component(s) in the package:
......
...@@ -5,9 +5,9 @@ atlas_subdir(FaserActsKalmanFilter) ...@@ -5,9 +5,9 @@ atlas_subdir(FaserActsKalmanFilter)
find_package( CLHEP ) find_package( CLHEP )
find_package( Eigen ) find_package( Eigen )
find_package( Boost ) find_package( Boost )
set( Acts_DIR /home/tboeckh/Documents/acts/run ) #set( Acts_DIR /home/tboeckh/Documents/acts/run )
find_package( Acts REQUIRED COMPONENTS Core PATHS /home/tboeckh/Documents/acts/run NO_DEFAULT_PATH ) #find_package( Acts REQUIRED COMPONENTS Core PATHS /home/tboeckh/Documents/acts/run NO_DEFAULT_PATH )
#find_package( Acts COMPONENTS Core ) find_package( Acts COMPONENTS Core )
# Component(s) in the package: # Component(s) in the package:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment