mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 04:59:00 +08:00
14 lines
546 B
Diff
14 lines
546 B
Diff
diff --git a/cmake/Common.cmake b/cmake/Common.cmake
|
|
index 782196f..de29535 100644
|
|
--- a/cmake/Common.cmake
|
|
+++ b/cmake/Common.cmake
|
|
@@ -223,7 +223,7 @@ function(install_our_library target filename)
|
|
# PUBLIC_HEADER DESTINATION "include"
|
|
)
|
|
if(MSVC AND BUILD_SHARED_LIBS)
|
|
- install(FILES ${CMAKE_BINARY_DIR}/lib/\${CMAKE_INSTALL_CONFIG_NAME}/${filename}.pdb
|
|
+ install(FILES ${CMAKE_BINARY_DIR}/lib/${filename}.pdb
|
|
DESTINATION lib
|
|
CONFIGURATIONS Debug RelWithDebInfo
|
|
)
|