mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
Set default Eigen3 version to 3.4.0 (#8477)
That is C++20 compatible Fixes #8476
This commit is contained in:
2
External/Eigen/CMakeLists.txt
vendored
2
External/Eigen/CMakeLists.txt
vendored
@@ -1,5 +1,5 @@
|
||||
include(ExternalProject)
|
||||
set(EIGEN3_VERSION "3.3.9")
|
||||
set(EIGEN3_VERSION "3.4.0")
|
||||
set(EIGEN3_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/eigen)
|
||||
ExternalProject_Add(Eigen
|
||||
GIT_REPOSITORY https://gitlab.com/libeigen/eigen.git
|
||||
|
||||
Reference in New Issue
Block a user