mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +02:00
Remove file list checking from CMake
I do not think we need a safeguard against not including files in CMake anymore, and as it is, it caused annoying false positive about the default main implementation.
This commit is contained in:
@@ -53,7 +53,6 @@ set(TEST_SOURCES
|
||||
${SELF_TEST_DIR}/UsageTests/MatchersRanges.tests.cpp
|
||||
${SELF_TEST_DIR}/UsageTests/Matchers.tests.cpp
|
||||
)
|
||||
CheckFileList(TEST_SOURCES ${SELF_TEST_DIR})
|
||||
|
||||
|
||||
# Specify the headers, too, so CLion recognises them as project files
|
||||
|
Reference in New Issue
Block a user