mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 15:20:56 -06:00
cmCPackGenerator: Fix comment in function InstallCMakeProject
This commit is contained in:
@@ -890,7 +890,7 @@ int cmCPackGenerator::InstallCMakeProject(
|
||||
if (this->IsOn("CPACK_WARN_ON_ABSOLUTE_INSTALL_DESTINATION")) {
|
||||
mf.AddDefinition("CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION", "1");
|
||||
}
|
||||
// If current CPack generator does support
|
||||
// If current CPack generator does not support
|
||||
// ABSOLUTE INSTALL DESTINATION or CPack has been asked for
|
||||
// then ask cmake_install.cmake script to error out
|
||||
// as soon as it occurs (before installing file)
|
||||
|
||||
Reference in New Issue
Block a user