Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Pospelove authored Jul 13, 2024
1 parent 77bae47 commit 3ffdc9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit 3ffdc9a

Please sign in to comment.