We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c460c1 commit d28ce55Copy full SHA for d28ce55
1 file changed
GPU/TPCFastTransformation/CMakeLists.txt
@@ -33,9 +33,6 @@ if(${ALIGPU_BUILD_TYPE} STREQUAL "O2")
33
HEADERS ${HDRS_CINT_O2}
34
LINKDEF TPCFastTransformationLinkDef_O2.h)
35
36
- target_compile_definitions(${targetName} PRIVATE GPUCA_O2_LIB
37
- GPUCA_TPC_GEOMETRY_O2 HAVE_O2HEADERS)
38
-
39
install(FILES ${HDRS_CINT_O2} DESTINATION include/GPU)
40
file(COPY ${HDRS_CINT_O2} DESTINATION ${CMAKE_BINARY_DIR}/stage/include/GPU)
41
0 commit comments