vcpkg/ports/libressl/pkgconfig.diff
2024-11-15 15:13:13 -08:00

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})