Simplify configuration and use of vcpkg

* Simplify configuration and use of vcpkg
* Use 22.04
* Set and use BUILD_TYPE = Release
* Use -DVCPKG_BUILD_TYPE=release
This commit is contained in:
Magne Sjaastad
2024-05-31 08:56:29 +02:00
committed by GitHub
parent 4f5a0d8bdf
commit 1e07b239d1
11 changed files with 61 additions and 274 deletions

View File

@@ -81,13 +81,6 @@ if(MSVC)
add_definitions(-D_USE_MATH_DEFINES)
endif()
# ##############################################################################
# Eigen
# ##############################################################################
if(RESINSIGHT_VCPKG_AUTO_INSTALL)
vcpkg_install(eigen3)
endif()
find_package(Eigen3 REQUIRED)
# ##############################################################################