Skip to content

Commit

Permalink
fix regex redundancy in cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
nqdu committed Sep 30, 2024
1 parent 6cfdc15 commit 093d25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

file(GLOB SOURCE "*.cpp" "*.f90")
list(FILTER SOURCE EXCLUDE REGEX "main*")
list(FILTER SOURCE EXCLUDE REGEX "main_*.cpp")

#message("myfile = ${SOURCE}")

Expand Down

0 comments on commit 093d25f

Please sign in to comment.