summaryrefslogtreecommitdiffhomepage
path: root/cmake/tarball.cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-08-14 14:03:45 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-08-14 14:03:45 +0200
commitcbe3a26c92cc7e2269a2c2a5ab092870a964afb4 (patch)
tree69e9e67359cdd5cce125109cc7dcaa83b3bbec15 /cmake/tarball.cmake
parent6a19f26dc9326e7c42b801bd4260172c4f720fcc (diff)
cmake: remove tarball generation support
It messed up permissions on cygwin, making tarballs unusable on other systems.
Diffstat (limited to 'cmake/tarball.cmake')
-rw-r--r--cmake/tarball.cmake8
1 files changed, 0 insertions, 8 deletions
diff --git a/cmake/tarball.cmake b/cmake/tarball.cmake
deleted file mode 100644
index 5761e24a..00000000
--- a/cmake/tarball.cmake
+++ /dev/null
@@ -1,8 +0,0 @@
-execute_process(COMMAND cmake ${CMAKE_BINARY_DIR} RESULT_VARIABLE ret)
-if(NOT ret EQUAL 0)
- message(FATAL_ERROR "can't regen")
-endif()
-execute_process(COMMAND cmake --build ${CMAKE_BINARY_DIR} --target tarball-real2)
-if(NOT ret EQUAL 0)
- message(FATAL_ERROR "can't make tarball")
-endif()