We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent addafd6 commit 79ce47bCopy full SHA for 79ce47b
GPU/Common/CMakeLists.txt
@@ -37,8 +37,6 @@ if(ALIGPU_BUILD_TYPE STREQUAL "O2")
37
PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_LIST_DIR}>
38
$<INSTALL_INTERFACE:include/GPU>)
39
40
- target_compile_definitions(${targetName} PRIVATE GPUCA_O2_LIB GPUCA_TPC_GEOMETRY_O2)
41
-
42
# cuda test, only compile if CUDA
43
if(CUDA_ENABLED)
44
o2_add_test(GPUsortCUDA NAME test_GPUsortCUDA
GPU/Utils/CMakeLists.txt
@@ -31,7 +31,5 @@ if(ALIGPU_BUILD_TYPE STREQUAL "O2")
31
HEADERS ${HDRS_CINT}
32
LINKDEF GPUUtilsLinkDef.h)
33
34
35
36
install(FILES ${HDRS_CINT} ${HDRS_INSTALL} DESTINATION include/GPU)
endif()
0 commit comments