mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 03:29:06 +08:00
14 lines
466 B
Diff
14 lines
466 B
Diff
|
diff --git a/src/cpp/CMakeLists.txt b/src/cpp/CMakeLists.txt
|
||
|
index da35d03..343f038 100644
|
||
|
--- a/src/cpp/CMakeLists.txt
|
||
|
+++ b/src/cpp/CMakeLists.txt
|
||
|
@@ -195,7 +195,7 @@ elseif(NOT EPROSIMA_INSTALLER)
|
||
|
endif()
|
||
|
|
||
|
# install symbols if any
|
||
|
- if(PDB_FILE)
|
||
|
+ if(PDB_FILE AND BUILD_SHARED_LIBS)
|
||
|
install(FILES ${PDB_FILE}
|
||
|
DESTINATION ${LIB_INSTALL_DIR}${MSVCARCH_DIR_EXTENSION}
|
||
|
COMPONENT symbols
|