Skip to content

Commit bedcf7f

Browse files
author
Owen Jones
committed
Fix CMake macro
In this repository ${CMAKE_SOURCE_DIR} and ${CBMC_SOURCE_DIR} are the same, but they are different e.g. in a repository including cbmc as a subtree.
1 parent 779fa71 commit bedcf7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jbmc/regression/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set(test_pl_path "${CMAKE_SOURCE_DIR}/regression/test.pl")
1+
set(test_pl_path "${CBMC_SOURCE_DIR}/regression/test.pl")
22

33
# For the best possible utilisation of multiple cores when
44
# running tests in parallel, it is important that these directories are

0 commit comments

Comments
 (0)