Commit a42beaa 1 parent fd49292 commit a42beaa Copy full SHA for a42beaa
File tree 3 files changed +3
-3
lines changed
velox/experimental/breeze/cmake
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ function(breeze_add_cuda_test target source)
82
82
""
83
83
"FLAGS;LIBS;DEPENDS"
84
84
${ARGN} )
85
- list (APPEND arg_FLAGS -I${gtest_SOURCE_DIR } /googletest/include )
85
+ list (APPEND arg_FLAGS -I${googletest_SOURCE_DIR } /googletest/include )
86
86
list (APPEND arg_FLAGS -I${CMAKE_SOURCE_DIR} )
87
87
list (APPEND arg_FLAGS -I${CMAKE_BINARY_DIR} )
88
88
breeze_add_cuda_object(
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ function(breeze_add_hip_test target source)
29
29
OUTPUT ${target} .o
30
30
COMMAND
31
31
${HIPCC_EXECUTABLE} ${HIP_HIPCC_FLAGS} ${NDEBUG_DEFINE} -DPLATFORM_HIP
32
- -I${CMAKE_SOURCE_DIR} -I${gtest_SOURCE_DIR } /googletest/include
32
+ -I${CMAKE_SOURCE_DIR} -I${googletest_SOURCE_DIR } /googletest/include
33
33
-I${CMAKE_BINARY_DIR} ${CMAKE_CXX_FLAGS} ${COMPILER_WARN_FLAGS}
34
34
${OPT_FLAGS} -std=c++17 -c ${source} -MD -MF ${target} .o.d -o ${target} .o
35
35
DEPFILE ${target} .o.d
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ function(breeze_add_sycl_test target source)
29
29
OUTPUT ${target} .o
30
30
COMMAND
31
31
${SYCLCC_EXECUTABLE} ${NDEBUG_DEFINE} -DPLATFORM_SYCL
32
- -I${CMAKE_SOURCE_DIR} -I${gtest_SOURCE_DIR } /googletest/include
32
+ -I${CMAKE_SOURCE_DIR} -I${googletest_SOURCE_DIR } /googletest/include
33
33
-I${CMAKE_BINARY_DIR} ${CMAKE_CXX_FLAGS} ${OPT_FLAGS}
34
34
${SANITIZE_COMPILE_FLAGS} -std=c++17 -c ${source} -MD -MF ${target} .o.d -o
35
35
${target} .o
You can’t perform that action at this time.
0 commit comments