Skip to content
Snippets Groups Projects
Commit 37797166 authored by Brad King's avatar Brad King Committed by Kitware Robot
Browse files

Merge topic 'cpack-package-empty-dirs'

b761e90d CPack: remove accidental changes
parents 20ed8bbd b761e90d
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment