diff options
| author | Billy Robert O'Neal III <bion@microsoft.com> | 2020-04-29 23:44:33 -0700 |
|---|---|---|
| committer | Billy O'Neal <billy.oneal@gmail.com> | 2020-04-30 21:51:31 -0700 |
| commit | 436f1de44bc6e1ebc663e71e187990bb41c6ddee (patch) | |
| tree | 3eb9c18cc206ed226411dfbcb0b6ad7b984d568a | |
| parent | 6aab6e0d3dfece6c1f457671c5b3688435e5f3f0 (diff) | |
| download | vcpkg-436f1de44bc6e1ebc663e71e187990bb41c6ddee.tar.gz vcpkg-436f1de44bc6e1ebc663e71e187990bb41c6ddee.zip | |
[Ceres] Set LIB_SUFFIX for Ceres to ensure portfile and build agree.
| -rw-r--r-- | ports/ceres/portfile.cmake | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ports/ceres/portfile.cmake b/ports/ceres/portfile.cmake index 66481fc09..508191628 100644 --- a/ports/ceres/portfile.cmake +++ b/ports/ceres/portfile.cmake @@ -1,5 +1,3 @@ -include(vcpkg_common_functions) - set(MSVC_USE_STATIC_CRT_VALUE OFF) if(VCPKG_CRT_LINKAGE STREQUAL "static") if(VCPKG_LIBRARY_LINKAGE STREQUAL "dynamic") @@ -69,6 +67,7 @@ vcpkg_configure_cmake( -DLAPACK=${LAPACK} -DSUITESPARSE=${SUITESPARSE} -DMSVC_USE_STATIC_CRT=${MSVC_USE_STATIC_CRT_VALUE} + -DLIB_SUFFIX=${LIB_SUFFIX} ) vcpkg_install_cmake() |
