summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-02-25 12:55:21 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-02-25 12:57:23 (GMT)
commitb583e43c2617e31262e46271c1889a27b5c870cc (patch)
treec2b981be618c9cb3b3a087c481ef5d13447c82e7
parent224a5c9b07d7f999f1c925454b44f0bc0a28549e (diff)
parent47caf146c5d89ed4a06fb528deb548aa199233ed (diff)
downloadCMake-b583e43c2617e31262e46271c1889a27b5c870cc.zip
CMake-b583e43c2617e31262e46271c1889a27b5c870cc.tar.gz
CMake-b583e43c2617e31262e46271c1889a27b5c870cc.tar.bz2
Merge topic 'releasenotes_arch_independent'
47caf146c5 Help: Add release note for new ARCH_INDEPENDENT option Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3012
-rw-r--r--Help/release/3.14.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/3.14.rst b/Help/release/3.14.rst
index d03046a..0246071 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.