We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8adfa16 + f8b7aca commit 6ce96dfCopy full SHA for 6ce96df
Modules/CPack.cmake
@@ -79,7 +79,7 @@ one may call ``cmake --build . --target package`` or ``make package`` or
79
80
If CMake is run with the Makefile or Ninja generator, then ``include(CPack)``
81
also generates a target ``package_source``. To build a source package,
82
-instead of ``cpack -G TGZ --config CPackConfig.cmake`` one may call
+instead of ``cpack -G TGZ --config CPackSourceConfig.cmake`` one may call
83
``cmake --build . --target package_source``, ``make package_source``,
84
or ``ninja package_source``.
85
0 commit comments