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:
Martin Hořeňovský
2020-05-06 21:23:10 +02:00
parent 9766a7b200
commit e78b4f6be7
3 changed files with 0 additions and 30 deletions

View File

@@ -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