Skip to content

Commit 872a383

Browse files
authored
Merge pull request #24 from saxbophone/josh/out-of-source-build
Enable out-of-source builds
2 parents 21f9abf + 89c97f2 commit 872a383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ enable_testing()
122122
include(CTest)
123123
include(Catch)
124124

125-
catch_discover_tests(unit_tests)
125+
catch_discover_tests(unit_tests WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}/tests")
126126

127127
install(
128128
TARGETS dengr

0 commit comments

Comments
 (0)