mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:39:06 +08:00
33ca2dcc24
* CI [skip actions] * Remove obsolete vars * Minor changes * Trim patching * Fix arm64 MSVC build * Update versions * Use msvc arm64 atomic ops * Declare license * CI [skip actions] * Update versions * Update baseline
14 lines
523 B
Diff
14 lines
523 B
Diff
diff --git a/cmake/Common.cmake b/cmake/Common.cmake
|
|
index 86c194f..74edef8 100644
|
|
--- a/cmake/Common.cmake
|
|
+++ b/cmake/Common.cmake
|
|
@@ -227,7 +227,7 @@ function(install_our_library target filename)
|
|
# Doesn't work, see below.
|
|
# PUBLIC_HEADER DESTINATION "include"
|
|
)
|
|
- if(MSVC AND BUILD_SHARED_LIBS)
|
|
+ if(0)
|
|
install(FILES ${CMAKE_BINARY_DIR}/lib/\${CMAKE_INSTALL_CONFIG_NAME}/${filename}.pdb
|
|
DESTINATION lib
|
|
CONFIGURATIONS Debug RelWithDebInfo
|