mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06:00
7 lines
275 B
ReStructuredText
7 lines
275 B
ReStructuredText
fetchcontent-SOURCE_SUBDIR
|
|
--------------------------
|
|
|
|
* The :command:`FetchContent_Declare` command now supports a ``SOURCE_SUBDIR``
|
|
option. It can be used to direct :command:`FetchContent_MakeAvailable`
|
|
to look in a different location for the ``CMakeLists.txt`` file.
|