vcpkg/ports/fastrtps/fix-install.patch
Jacob Zhong 9b8245e6de Add package Fast-RTPS and enable modules for python (#2948)
* [ros2] Init packages

* [fastrtps] Finish porting

* Add python acquiring module

* [ros2] Setting up environment

* [ros2] remove ros2

* [vcpkg-acquire-python] Revert to split PR
2018-04-19 16:17:35 -07:00

15 lines
800 B
Diff

diff --git a/src/cpp/CMakeLists.txt b/src/cpp/CMakeLists.txt
index a1e91fd..f5578cd 100644
--- a/src/cpp/CMakeLists.txt
+++ b/src/cpp/CMakeLists.txt
@@ -416,7 +416,8 @@ if(MSVC OR MSVC_IDE)
PATTERN "*.pdb"
)
- if(NOT (("${MSVC_ARCH}" STREQUAL "i86Win32VS2013") OR ("${MSVC_ARCH}" STREQUAL "x64Win64VS2013")))
+ if(NOT (("${MSVC_ARCH}" STREQUAL "i86Win32VS2013") OR ("${MSVC_ARCH}" STREQUAL "x64Win64VS2013")
+ OR ("${MSVC_ARCH}" STREQUAL "i86Win32VS2015") OR ("${MSVC_ARCH}" STREQUAL "x64Win64VS2015")))
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}_static.dir/Debug/${PROJECT_NAME}_static.pdb
DESTINATION ${LIB_INSTALL_DIR}${DIR_EXTENSION}
COMPONENT libraries_${MSVC_ARCH}