mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 04:39:00 +08:00
b361950b5a
Fixes #38679. ([No longer uses Boost::static_assert.](https://www.boost.org/doc/libs/1_85_0/doc/html/container/release_notes.html#container.release_notes.release_notes_boost_1_85_00)) Fixes #38469. (Needs threads, so [emscripten needs to use `-pthread`](https://emscripten.org/docs/porting/pthreads.html#compiling-with-pthreads-enabled).) Change homepage link to something more useful. The update to the generator script and the other ports will be in a separate PR.
13 lines
306 B
Diff
13 lines
306 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 78acbe2..01e97c5 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -26,7 +26,6 @@ target_link_libraries(boost_container
|
|
Boost::config
|
|
Boost::intrusive
|
|
Boost::move
|
|
- Boost::static_assert
|
|
)
|
|
|
|
target_compile_definitions(boost_container
|