mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Adds the ``--project-file`` command-line option to modify the default script name loaded by CMake and ``add_subdirectory`` to values other than ``CMakeLists.txt``. Fixes: #21570
5 lines
208 B
Plaintext
5 lines
208 B
Plaintext
CMake Warning:
|
|
This project has been configured with a project file other than
|
|
CMakeLists.txt. This feature is intended for temporary use during
|
|
development and not for publication of a final product.
|