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.
PATH_TO_PPC_PROJECT
1 parent 59242af commit c5b546eCopy full SHA for c5b546e
tasks/CMakeLists.txt
@@ -11,11 +11,6 @@ option(USE_PERF_TESTS "Enable performance tests" OFF)
11
set(FUNC_TEST_EXEC ppc_func_tests)
12
set(PERF_TEST_EXEC ppc_perf_tests)
13
14
-# ——— Global compile definitions —————————————————————————————————————
15
-add_compile_definitions(
16
- PATH_TO_PPC_PROJECT="${PROJECT_SOURCE_DIR}"
17
-)
18
-
19
# ——— Include helper scripts ——————————————————————————————————————
20
include(${CMAKE_SOURCE_DIR}/cmake/functions.cmake)
21
0 commit comments