mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-16 15:30:33 -05: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.
|