Skip to content

Commit

Permalink
Make regex a bit less error prone
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Sep 21, 2023
1 parent 7fecedf commit cbfcaef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ else()
DESTINATION ${podio_PYTHON_INSTALLDIR}
REGEX test_.*\\.py$ EXCLUDE # Do not install test files
PATTERN __pycache__ EXCLUDE # Or pythons caches
REGEX .*sio.*\\.py$ EXCLUDE # All things sio related
REGEX .*sio_.*\\.py$ EXCLUDE # All things sio related
)
endif()

Expand Down

0 comments on commit cbfcaef

Please sign in to comment.