瀏覽代碼

Merge branch 'releasenotes_arch_independent' into release-3.14

Merge-request: !3012
Brad King 6 年之前
父節點
當前提交
af000abbba
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      Help/release/3.14.rst

+ 5 - 0
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.