[Ceres] Set LIB_SUFFIX for Ceres to ensure portfile and build agree.

This commit is contained in:
Billy Robert O'Neal III 2020-04-29 23:44:33 -07:00 committed by Billy O'Neal
parent 6aab6e0d3d
commit 436f1de44b

View File

@ -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()