MuonColliderSoft / ACTSTracking

GNU General Public License v3.0
0 stars 5 forks source link

Fix paths for running outside of a release. #5

Closed kkrizka closed 2 years ago

kkrizka commented 2 years ago

Use CMAKE_CURRENT_BINARY_DIR and CMAKE_CURRENT_SOURCE_DIR instead of CMAKE_BINARY_DIR and CMAKE_SOURCE_DIR for defining paths.

This is needed when ACTSTracking is compiled as a subproject with a workspace-like top-level CMakeLists.txt.