https://github.com/Kitware/CMake
Revision 1e08b625c291e0bb57d253b6656e812dc8848bd8 authored by Brad King on 05 November 2018, 15:47:04 UTC, committed by Brad King on 05 November 2018, 15:55:15 UTC
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
1 parent 67b1911
History
Tip revision: 1e08b625c291e0bb57d253b6656e812dc8848bd8 authored by Brad King on 05 November 2018, 15:47:04 UTC
FindBoost: Add explicit Boost_ARCHITECTURE option
Tip revision: 1e08b62
File Mode Size
MSBuild
Windows
AppleInfo.plist -rw-r--r-- 1.1 KB
CMakeVSMacros1.vsmacros -rw-r--r-- 86.0 KB
CMakeVSMacros2.vsmacros -rw-r--r-- 62.0 KB
CPack.GenericDescription.txt -rw-r--r-- 138 bytes
CPack.GenericLicense.txt -rw-r--r-- 101 bytes
CPack.GenericWelcome.txt -rw-r--r-- 96 bytes
CPackConfig.cmake.in -rw-r--r-- 751 bytes
CTestScript.cmake.in -rw-r--r-- 1.4 KB
TestDriver.cxx.in -rw-r--r-- 3.5 KB

back to top