Skip to content
Snippets Groups Projects
Commit b4d119b0 authored by vesoik's avatar vesoik
Browse files

fixed CPACK_SOURCE_IGNORE_FILES list

parent bc7add4a
No related branches found
No related tags found
No related merge requests found
......@@ -357,7 +357,7 @@ set(CPACK_SOURCE_PACKAGE_FILE_NAME
"${PROJECT_NAME}-${tpcclib_VERSION_MAJOR}.${tpcclib_VERSION_MINOR}.${tpcclib_VERSION_PATCH}-src"
)
message ( STATUS " CPACK_SOURCE_PACKAGE_FILE_NAME=${CPACK_SOURCE_PACKAGE_FILE_NAME}")
set(CPACK_SOURCE_IGNORE_FILES /doc/;/html/;/.git/;/.bak;.old)
set(CPACK_SOURCE_IGNORE_FILES /.git/;/doc/;/html/;\\\\.bak$;\\\\.old$)
if(${UNIX})
set(CPACK_GENERATOR TGZ)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment