mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-21 11:17:50 +08:00
14 lines
575 B
Diff
14 lines
575 B
Diff
|
diff --git a/P0267_RefImpl/P0267_RefImpl/cairo/win32/CMakeLists.txt b/P0267_RefImpl/P0267_RefImpl/cairo/win32/CMakeLists.txt
|
||
|
index abb1501..412f3d4 100644
|
||
|
--- a/P0267_RefImpl/P0267_RefImpl/cairo/win32/CMakeLists.txt
|
||
|
+++ b/P0267_RefImpl/P0267_RefImpl/cairo/win32/CMakeLists.txt
|
||
|
@@ -32,7 +32,7 @@ if(MSVC)
|
||
|
find_library(BZ_LIB bz2)
|
||
|
find_library(JPEG_LIB jpeg)
|
||
|
find_library(TIFF_LIB tiff)
|
||
|
- find_library(EXPAT_LIB expat)
|
||
|
+ find_library(EXPAT_LIB libexpat)
|
||
|
find_library(LZMA_LIB lzma)
|
||
|
find_library(ICONV_LIB libiconv)
|
||
|
find_library(CHARSET_LIB libcharset)
|