File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,10 @@ set( CMAKE_ARCHIVE_OUTPUT_DIRECTORY
44
44
list ( APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR} /cmake" )
45
45
include ( traccc-functions )
46
46
47
+ # Temporary setting for the traccc::scalar type, until it can be removed.
48
+ set ( TRACCC_CUSTOM_SCALARTYPE "float" CACHE STRING
49
+ "Scalar type to use in the TRACCC code" )
50
+
47
51
# Flags controlling which parts of traccc to build.
48
52
option ( TRACCC_BUILD_CUDA "Build the CUDA sources included in traccc" FALSE )
49
53
option ( TRACCC_BUILD_HIP "Build the HIP sources included in traccc" FALSE )
Original file line number Diff line number Diff line change 4
4
#
5
5
# Mozilla Public License Version 2.0
6
6
7
- # Temporary setting for the traccc::scalar type, until it can be removed.
8
- set ( TRACCC_CUSTOM_SCALARTYPE "float" CACHE STRING
9
- "Scalar type to use in the TRACCC code" )
10
-
11
7
# Declare the traccc::algebra library.
12
8
traccc_add_library ( traccc_algebra algebra TYPE INTERFACE )
13
9
You can’t perform that action at this time.
0 commit comments