diff options
author | Craig Scott <craig.scott@crascit.com> | 2020-05-16 06:57:01 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2020-05-16 07:01:10 (GMT) |
commit | 592085b94bb9b9c55f20fa6b13c2a3c0a7ab5d33 (patch) | |
tree | 2acf99a864db78f0e0a07d742b931b8fcafe69f5 /Help/release | |
parent | ec1b3992dbfb54edb777988766440295f1f1f1d3 (diff) | |
download | CMake-592085b94bb9b9c55f20fa6b13c2a3c0a7ab5d33.zip CMake-592085b94bb9b9c55f20fa6b13c2a3c0a7ab5d33.tar.gz CMake-592085b94bb9b9c55f20fa6b13c2a3c0a7ab5d33.tar.bz2 |
FetchContent: Add support for SOURCE_SUBDIR
Fixes: #19875
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/fetchcontent-SOURCE_SUBDIR.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/fetchcontent-SOURCE_SUBDIR.rst b/Help/release/dev/fetchcontent-SOURCE_SUBDIR.rst new file mode 100644 index 0000000..e9e185c --- /dev/null +++ b/Help/release/dev/fetchcontent-SOURCE_SUBDIR.rst @@ -0,0 +1,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. |