mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
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:
@@ -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)
|
||||
|
||||
# ##############################################################################
|
||||
|
||||
Reference in New Issue
Block a user