mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:46:41 +08:00
d8b9ae5c69
* [allergo5] Export cmake targets, disable install pdbs to lib * version * apply suggestions * version * Re-generate targets * version * Apply suggestions * version
14 lines
493 B
Diff
14 lines
493 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/${filename}.pdb
|
|
DESTINATION lib
|
|
CONFIGURATIONS Debug RelWithDebInfo
|