mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 02:19:00 +08:00
14 lines
398 B
Diff
14 lines
398 B
Diff
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||
|
index e36009e..58a092e 100644
|
||
|
--- a/CMakeLists.txt
|
||
|
+++ b/CMakeLists.txt
|
||
|
@@ -117,7 +117,7 @@ endif()
|
||
|
# add jpeg-turbo library to jpeg libraries.
|
||
|
set(JPEG_LIBRARIES ${JPEG_LIBRARIES} ${JPEG_TURBO})
|
||
|
# Fix embl error
|
||
|
-add_compile_options(/wd4828 /wd4251)
|
||
|
+add_compile_options(/wd4828 /wd4251 /wd4275)
|
||
|
|
||
|
# Find all dependencies
|
||
|
add_subdirectory(extern)
|