From 7d2da05e84f0668519818aa480b0def3d8b703e5 Mon Sep 17 00:00:00 2001 From: Frederik Date: Thu, 18 Jul 2024 16:18:52 +0200 Subject: [PATCH] fix added -D for detray add defs --- thirdparty/detray/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/detray/CMakeLists.txt b/thirdparty/detray/CMakeLists.txt index 1188da9fca1..4f58b537601 100644 --- a/thirdparty/detray/CMakeLists.txt +++ b/thirdparty/detray/CMakeLists.txt @@ -15,7 +15,7 @@ message( STATUS "Building Detray as part of the Acts project" ) set( DETRAY_VERSION "v${_acts_detray_version}") # Declare where to get Detray from. -FetchContent_Declare( Detray ${ACTS_DETRAY_SOURCE} ) +FetchContent_Declare( -DDetray ${ACTS_DETRAY_SOURCE} ) add_definitions( DETRAY_ALGEBRA_ARRAY )