mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-14 02:51:37 +08:00
14 lines
344 B
Diff
14 lines
344 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 9c3d0d4..cc0e904 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -512,7 +512,7 @@ if(ENABLE_LIBRESSL_INSTALL)
|
|
DESTINATION "${LIBRESSL_INSTALL_CMAKEDIR}"
|
|
)
|
|
|
|
- if(NOT MSVC)
|
|
+ if(1)
|
|
# Create pkgconfig files.
|
|
set(prefix ${CMAKE_INSTALL_PREFIX})
|
|
set(exec_prefix \${prefix})
|