>From 06501fad9fa6fb94e869c8ae72d22492d7ba2c1c Mon Sep 17 00:00:00 2001 From: Nikolaus Waxweiler Date: Sun, 8 Apr 2018 01:30:04 +0100 Subject: [PATCH 2/3] CMakeLists.txt: Remove package_source reference We removed source packaging. --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 63caaac7e..1503551a9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,10 +47,6 @@ # # cmake --build build --config Release --target package # -# A source distribution can be made with -# -# cmake --build build --target package_source -# # Please refer to the cmake manual for further options, in particular, how # to modify compilation and linking parameters. # -- 2.14.3