mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-12 17:19:05 -05:00
Utilities/Release: Drop Linux .tar.Z binary
On Linux the gzip tool is universally available, so our `.tar.gz` is sufficient.
This commit is contained in:
@@ -2,6 +2,7 @@ set(PROCESSORS 4)
|
||||
set(BOOTSTRAP_ARGS "--docdir=doc/cmake")
|
||||
set(HOST linux64)
|
||||
set(MAKE_PROGRAM "make")
|
||||
set(CPACK_BINARY_GENERATORS "STGZ TGZ")
|
||||
set(CC /opt/gcc-6.1.0/bin/gcc)
|
||||
set(CXX /opt/gcc-6.1.0/bin/g++)
|
||||
set(CFLAGS "")
|
||||
|
||||
Reference in New Issue
Block a user