diff options
author | Craig Scott <craig.scott@crascit.com> | 2019-02-24 09:05:49 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2019-02-24 09:05:49 (GMT) |
commit | 47caf146c5d89ed4a06fb528deb548aa199233ed (patch) | |
tree | 7ec0eb4382c6a22b6de41d1fec3d74c21011a092 /Help/release/3.14.rst | |
parent | e6897c72e7c59f7a0b82ed19c1bdb40d42f7adaa (diff) | |
download | CMake-47caf146c5d89ed4a06fb528deb548aa199233ed.zip CMake-47caf146c5d89ed4a06fb528deb548aa199233ed.tar.gz CMake-47caf146c5d89ed4a06fb528deb548aa199233ed.tar.bz2 |
Help: Add release note for new ARCH_INDEPENDENT option
Diffstat (limited to 'Help/release/3.14.rst')
-rw-r--r-- | Help/release/3.14.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/3.14.rst b/Help/release/3.14.rst index 13d209f..f094d34 100644 --- a/Help/release/3.14.rst +++ b/Help/release/3.14.rst @@ -166,6 +166,11 @@ Modules :command:`check_fortran_source_runs` command to check if a Fortran source snippet compiles and runs. +* The :module:`CMakePackageConfigHelpers` module's + :command:`write_basic_package_version_file` command gained a new + ``ARCH_INDEPENDENT`` option for supporting architecture-independent + packages. + * The :module:`ExternalProject` module :command:`ExternalProject_Add` command gained ``LOG_DIR`` and ``LOG_MERGED_STDOUTERR`` options to control logging. |