Skip to content

Commit

Permalink
Don't install test files
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Nov 6, 2023
1 parent 6c158bd commit f413bdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ endif()

install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/podio_gen
DESTINATION ${podio_PYTHON_INSTALLDIR}
REGEX __pycache__ EXCLUDE
REGEX test_.*\\.py$ EXCLUDE # Do not install test files
PATTERN __pycache__ EXCLUDE # Or pythons caches
)

#--- install templates ---------------------------------------------------------
Expand Down

0 comments on commit f413bdb

Please sign in to comment.