Skip to content
Snippets Groups Projects
Commit b99ece8d authored by Arno Schoenmakers's avatar Arno Schoenmakers
Browse files

TAsk #10898: Do not install test directorie of PPSTune...

parent 6e39c682
No related branches found
No related tags found
No related merge requests found
......@@ -5,9 +5,12 @@ lofar_package(PPSTune 1.0)
add_subdirectory(ppstune)
# Install files matching regex pattern in current directory and below
# Omit directories test and testdata from install
install(DIRECTORY .
DESTINATION sbin
USE_SOURCE_PERMISSIONS
FILES_MATCHING REGEX "\\.(py|sh)$"
PATTERN ".svn" EXCLUDE)
PATTERN ".svn" EXCLUDE
PATTERN "test*" EXCLUDE)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment