From 3ffdc9adf81f3ce0841af7b7455b79a3b3f9c1bb Mon Sep 17 00:00:00 2001 From: Leonid Pospelov Date: Sun, 14 Jul 2024 00:20:42 +0500 Subject: [PATCH] fix syntax --- unit/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit/CMakeLists.txt b/unit/CMakeLists.txt index 6d906b2df9..39ee9262bc 100644 --- a/unit/CMakeLists.txt +++ b/unit/CMakeLists.txt @@ -24,7 +24,7 @@ endif() # TODO: debug and fix failing test if(APPLE) - list(FILTER src REGEX EXCLUDE ".*MigrationDatabaseTest.cpp") + list(FILTER src EXCLUDE REGEX ".*MigrationDatabaseTest.cpp") endif() add_executable(unit ${src})