aboutsummaryrefslogtreecommitdiff
path: root/ports/ceres
diff options
context:
space:
mode:
authorras0219 <533828+ras0219@users.noreply.github.com>2020-12-07 18:17:19 -0800
committerGitHub <noreply@github.com>2020-12-07 18:17:19 -0800
commitdd4421808cc9131a0a68e71d9c41b0b6b9ce06d3 (patch)
treedea4a8afd788b8e21d3c2a5a02b2a62ba54bb08a /ports/ceres
parentced334b24dfc992ab0d1fd3af803dbf20481be25 (diff)
downloadvcpkg-dd4421808cc9131a0a68e71d9c41b0b6b9ce06d3.tar.gz
vcpkg-dd4421808cc9131a0a68e71d9c41b0b6b9ce06d3.zip
[vcpkg_fixup_pkgconfig] Handle spaces in path, do not validate individual libraries (#13126)
Diffstat (limited to 'ports/ceres')
-rw-r--r--ports/ceres/portfile.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/ceres/portfile.cmake b/ports/ceres/portfile.cmake
index d106217e6..fd8d0ec40 100644
--- a/ports/ceres/portfile.cmake
+++ b/ports/ceres/portfile.cmake
@@ -41,6 +41,8 @@ vcpkg_configure_cmake(
-DBUILD_BENCHMARKS=OFF
-DBUILD_EXAMPLES=OFF
-DBUILD_TESTING=OFF
+ -DBUILD_BENCHMARKS=OFF
+ -DPROVIDE_UNINSTALL_TARGET=OFF
-DMSVC_USE_STATIC_CRT=${MSVC_USE_STATIC_CRT_VALUE}
-DLIB_SUFFIX=${LIB_SUFFIX}
)