summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Gianforcaro <bgianf@serenityos.org>2021-04-27 20:08:17 -0700
committerAndreas Kling <kling@serenityos.org>2021-04-29 10:37:26 +0200
commitcf0640c870c3f4e45def46eddc06348f87fb87ef (patch)
tree1f5b7d2d8ed63474a7741de504ea6d7917388488
parent115b445dab0dfdd28a87232b3d57a1610a233d7b (diff)
downloadserenity-cf0640c870c3f4e45def46eddc06348f87fb87ef.zip
Build: Remove unused ${REGEX_SOURCES} from the tests CMakeLists.txt
-rw-r--r--Userland/Libraries/LibRegex/Tests/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibRegex/Tests/CMakeLists.txt b/Userland/Libraries/LibRegex/Tests/CMakeLists.txt
index a9ccade427..1b81dcf482 100644
--- a/Userland/Libraries/LibRegex/Tests/CMakeLists.txt
+++ b/Userland/Libraries/LibRegex/Tests/CMakeLists.txt
@@ -1,5 +1,4 @@
file(GLOB TEST_SOURCES CONFIGURE_DEPENDS "*.cpp")
-file(GLOB REGEX_SOURCES CONFIGURE_DEPENDS "../*.cpp" "../C/*.cpp")
foreach(source ${TEST_SOURCES})
serenity_test(${source} LibRegex LIBS LibRegex)