Browse Source

cmCPackGenerator: Fix comment in function `InstallCMakeProject`

Deniz Bahadir 1 year ago
parent
commit
a522abe5c0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/CPack/cmCPackGenerator.cxx

+ 1 - 1
Source/CPack/cmCPackGenerator.cxx

@@ -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)