blob: e9e185c47a3ea5aa3c5311add1ecc9e77604059d (
plain)
1
2
3
4
5
6
|
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.
|