summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDomen Vrankar <domen.vrankar@gmail.com>2015-09-22 15:38:31 (GMT)
committerBrad King <brad.king@kitware.com>2015-09-23 13:15:57 (GMT)
commitb761e90d70435ce55d5e69addfb90ffcd18bd652 (patch)
tree619dc98816caad2fb789d8be8e77d2ec603c3638
parentb58de9fe2ba4ac3e194403ecd118fd54681ffae8 (diff)
downloadCMake-b761e90d70435ce55d5e69addfb90ffcd18bd652.zip
CMake-b761e90d70435ce55d5e69addfb90ffcd18bd652.tar.gz
CMake-b761e90d70435ce55d5e69addfb90ffcd18bd652.tar.bz2
CPack: remove accidental changes
Remove changes accidentally included in commit b58de9fe (CPack: allow packaging of empty directories, 2015-09-22).
-rw-r--r--Source/CPack/cmCPackGenerator.cxx1
-rw-r--r--Tests/RunCMake/CPack/CMakeLists.txt2
2 files changed, 1 insertions, 2 deletions
diff --git a/Source/CPack/cmCPackGenerator.cxx b/Source/CPack/cmCPackGenerator.cxx
index aa4f181..04b1976 100644
--- a/Source/CPack/cmCPackGenerator.cxx
+++ b/Source/CPack/cmCPackGenerator.cxx
@@ -368,7 +368,6 @@ int cmCPackGenerator::InstallProjectViaInstalledDirectories(
"- Install directory: " << top << std::endl);
gl.RecurseOn();
gl.SetRecurseListDirs(true);
-// gl.SetRecurseThroughSymlinks(false);
if ( !gl.FindFiles(findExpr) )
{
cmCPackLogger(cmCPackLog::LOG_ERROR,
diff --git a/Tests/RunCMake/CPack/CMakeLists.txt b/Tests/RunCMake/CPack/CMakeLists.txt
index 449172a..46f1367 100644
--- a/Tests/RunCMake/CPack/CMakeLists.txt
+++ b/Tests/RunCMake/CPack/CMakeLists.txt
@@ -8,5 +8,5 @@ if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/${GENERATOR_TYPE}/${RunCMake_TEST}-specif
include("${GENERATOR_TYPE}/${RunCMake_TEST}-specifics.cmake")
endif()
-set(CPACK_GENERATOR "${GENERATOR_TYPE};TGZ")
+set(CPACK_GENERATOR "${GENERATOR_TYPE}")
include(CPack)