Skip to content
Snippets Groups Projects
Commit 30c0b8ee authored by Ammar Nejati's avatar Ammar Nejati
Browse files

Pack.cmake: Turn off unneeded TZ package

parent 299c46ae
No related branches found
No related tags found
1 merge request!864Produce a self-contained self-extracting package for BornAgain GUI on Linux
...@@ -20,6 +20,7 @@ elseif(UNIX) ...@@ -20,6 +20,7 @@ elseif(UNIX)
if(BUILD_DEBIAN) # one can build debian package only on UNIX system if(BUILD_DEBIAN) # one can build debian package only on UNIX system
include(BornAgain/PackDebian) include(BornAgain/PackDebian)
endif() endif()
set(CPACK_BINARY_TZ OFF)
include(BornAgain/PackSource) include(BornAgain/PackSource)
endif() endif()
......
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