Skip to content

Commit 50310b8

Browse files
committed
CMAKE_SOURCE_DIR/build --> CMAKE_BINARY_DIR in CTEST_CUSTOM_PRE_TEST and CTEST_CUSTOM_POST_TEST.
1 parent c59fcf3 commit 50310b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/CTestCustom.cmake.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
set(CTEST_CUSTOM_PRE_TEST "perl @CMAKE_SOURCE_DIR@/tests/functionality/scripts/pre_test.pl @CMAKE_SOURCE_DIR@/build/tests/functionality")
2-
set(CTEST_CUSTOM_POST_TEST "perl @CMAKE_SOURCE_DIR@/tests/functionality/scripts/post_test.pl @CMAKE_SOURCE_DIR@/build/tests/functionality")
1+
set(CTEST_CUSTOM_PRE_TEST "perl @CMAKE_SOURCE_DIR@/tests/functionality/scripts/pre_test.pl @CMAKE_BINARY_DIR@/tests/functionality")
2+
set(CTEST_CUSTOM_POST_TEST "perl @CMAKE_SOURCE_DIR@/tests/functionality/scripts/post_test.pl @CMAKE_BINARY_DIR@/tests/functionality")

0 commit comments

Comments
 (0)