summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-11-05 15:47:04 (GMT)
committerBrad King <brad.king@kitware.com>2018-11-05 15:55:15 (GMT)
commit1e08b625c291e0bb57d253b6656e812dc8848bd8 (patch)
tree71e1f66646db12b650045e7f44ca5d527228c344 /Help/release
parent67b19119da98a464870853e9e6c27baad08c445a (diff)
downloadCMake-1e08b625c291e0bb57d253b6656e812dc8848bd8.zip
CMake-1e08b625c291e0bb57d253b6656e812dc8848bd8.tar.gz
CMake-1e08b625c291e0bb57d253b6656e812dc8848bd8.tar.bz2
FindBoost: Add explicit Boost_ARCHITECTURE option
Boost 1.66 and above built with `--layout=versioned` add an architecture tag to the library file names. We already try to compute this tag automatically when `CMAKE_CXX_COMPILER_ARCHITECTURE_ID` is available, but that is currently not computed everywhere. Add an explicit `Boost_ARCHITECTURE` option that a user can set to specify the architecture tag. Issue: #17701
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/3.13.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/release/3.13.rst b/Help/release/3.13.rst
index f547556..605122a 100644
--- a/Help/release/3.13.rst
+++ b/Help/release/3.13.rst
@@ -138,6 +138,9 @@ Properties
Modules
-------
+* The :module:`FindBoost` module gained a ``Boost_ARCHITECTURE`` option
+ to specify a Boost architecture-specific library filename fragment.
+
* The :module:`FindCURL` module learned to find debug and release variants
separately.