From: <he...@us...> - 2017-03-24 21:15:12
|
Revision: 413 http://sourceforge.net/p/simspark/svn/413 Author: hedayat Date: 2017-03-24 21:15:10 +0000 (Fri, 24 Mar 2017) Log Message: ----------- Use TXZ as default source format rather than TGZ Modified Paths: -------------- trunk/rcssserver3d/CMakeLists.txt trunk/spark/CMakeLists.txt Modified: trunk/rcssserver3d/CMakeLists.txt =================================================================== --- trunk/rcssserver3d/CMakeLists.txt 2017-03-24 17:16:19 UTC (rev 412) +++ trunk/rcssserver3d/CMakeLists.txt 2017-03-24 21:15:10 UTC (rev 413) @@ -138,7 +138,7 @@ ########### CPack section ############# include(InstallRequiredSystemLibraries) -set(CPACK_SOURCE_GENERATOR TGZ) +set(CPACK_SOURCE_GENERATOR TXZ) set(CPACK_SOURCE_IGNORE_FILES /CVS/ /[.]svn/ /.*[.]o$ /.*[.]o/ /autom4te[.]cache/ /[.].* /bootstrap /RELEASE /rpm.am /msi.am) Modified: trunk/spark/CMakeLists.txt =================================================================== --- trunk/spark/CMakeLists.txt 2017-03-24 17:16:19 UTC (rev 412) +++ trunk/spark/CMakeLists.txt 2017-03-24 21:15:10 UTC (rev 413) @@ -290,7 +290,7 @@ "${CMAKE_COMMAND}" -P "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake") ########### CPack section ############# -set(CPACK_SOURCE_GENERATOR TGZ) +set(CPACK_SOURCE_GENERATOR TXZ) set(CPACK_SOURCE_IGNORE_FILES /CVS/ /[.]svn/ /.*[.]o$ /.*[.]o/ /autom4te[.]cache/ /[.].* /bootstrap /RELEASE /styles/ /papers/ /rpm.am /msi.am /codingstyle.txt) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |