mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:41:38 +08:00
12 lines
364 B
Diff
12 lines
364 B
Diff
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
|
|
index a019eb1..8ab0f71 100644
|
|
--- a/src/CMakeLists.txt
|
|
+++ b/src/CMakeLists.txt
|
|
@@ -14,5 +14,6 @@
|
|
|
|
add_definitions(-DMONGO_CXX_DRIVER_COMPILING)
|
|
add_definitions(-D_SCL_SECURE_NO_WARNINGS)
|
|
+add_definitions(-D_DISABLE_EXTENDED_ALIGNED_STORAGE)
|
|
add_subdirectory(bsoncxx)
|
|
add_subdirectory(mongocxx)
|