aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/ceres/portfile.cmake3
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()