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
Raw File
Tip revision: 1e08b625c291e0bb57d253b6656e812dc8848bd8 authored by Brad King on 05 November 2018, 15:47:04 UTC
FindBoost: Add explicit Boost_ARCHITECTURE option
Tip revision: 1e08b62
.gitattributes
# Do not format third-party sources.
/kwsys/**                                  -format.clang-format-6.0
back to top