Skip to content

Commit c5b546e

Browse files
authored
Remove unused PATH_TO_PPC_PROJECT compile definition (#463)
1 parent 59242af commit c5b546e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tasks/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ option(USE_PERF_TESTS "Enable performance tests" OFF)
1111
set(FUNC_TEST_EXEC ppc_func_tests)
1212
set(PERF_TEST_EXEC ppc_perf_tests)
1313

14-
# ——— Global compile definitions —————————————————————————————————————
15-
add_compile_definitions(
16-
PATH_TO_PPC_PROJECT="${PROJECT_SOURCE_DIR}"
17-
)
18-
1914
# ——— Include helper scripts ——————————————————————————————————————
2015
include(${CMAKE_SOURCE_DIR}/cmake/functions.cmake)
2116

0 commit comments

Comments
 (0)