Skip to content

Commit 0321d2f

Browse files
Holger Kaelbererhorenmar
authored andcommitted
Catch.cmake: Remove redundant CTEST_FILE param
1 parent 506276c commit 0321d2f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

extras/Catch.cmake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ same as the Catch name; see also ``TEST_PREFIX`` and ``TEST_SUFFIX``.
144144
``CMAKE_CATCH_DISCOVER_TESTS_DISCOVERY_MODE`` variable if it is not passed when
145145
calling ``catch_discover_tests``. This provides a mechanism for globally selecting
146146
a preferred test discovery behavior without having to modify each call site.
147-
147+
148148
``SKIP_IS_FAILURE``
149149
Disables skipped test detection.
150150
@@ -267,7 +267,6 @@ function(catch_discover_tests TARGET)
267267
" CTEST_FILE" " [==[" "${ctest_tests_file}" "]==]" "\n"
268268
" TEST_DL_PATHS" " [==[" "${_DL_PATHS}" "]==]" "\n"
269269
" TEST_DL_FRAMEWORK_PATHS" " [==[" "${_DL_FRAMEWORK_PATHS}" "]==]" "\n"
270-
" CTEST_FILE" " [==[" "${CTEST_FILE}" "]==]" "\n"
271270
" )" "\n"
272271
" endif()" "\n"
273272
" include(\"${ctest_tests_file}\")" "\n"

0 commit comments

Comments
 (0)