Skip to content

Commit

Permalink
fix added -D for detray add defs
Browse files Browse the repository at this point in the history
  • Loading branch information
fredevb committed Jul 27, 2024
1 parent 53c5618 commit 7d2da05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/detray/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 )

Expand Down

0 comments on commit 7d2da05

Please sign in to comment.