mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 19:29:01 +08:00
e81a567080
Pass ADD_BIN_TO_PATH to vcpkg_install_cmake and remove custom PATH hacks.
13 lines
607 B
CMake
13 lines
607 B
CMake
# Explicitly disable cross-compilation until the upstream discussion
|
|
# https://github.com/ignitionrobotics/ign-msgs/issues/34 is solved
|
|
vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "uwp")
|
|
|
|
include(${CURRENT_INSTALLED_DIR}/share/ignitionmodularscripts/ignition_modular_library.cmake)
|
|
|
|
ignition_modular_library(NAME msgs
|
|
VERSION "5.3.0"
|
|
SHA512 55c167d00b60ae6da0144a9495e9ac8aed61fcbdc61e057e75d31261e335c573543d60e28a7dc195a7c9849c5c6eb0e088d4f4e79fd927e83470a3f1fabef60e
|
|
PATCHES
|
|
"01-protobuf.patch")
|
|
|