File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ set(libs3p_pegtl_headers ${pegtl_headers_raw} PARENT_SCOPE)
44set (BACKWARD_headers ${CMAKE_CURRENT_SOURCE_DIR} /backward.hpp PARENT_SCOPE )
55set (JPP_LIBS_DIR ${CMAKE_CURRENT_SOURCE_DIR} PARENT_SCOPE )
66
7- set (EIGEN_VERSION "3.3.7 " )
8- set (EIGEN_HASH "685adf14bd8e9c015b78097c1dc22f2f01343756f196acdc76a678e1ae352e11 " )
7+ set (EIGEN_VERSION "5.0.1 " )
8+ set (EIGEN_HASH "e4de6b08f33fd8b8985d2f204381408c660bffa6170ac65b68ae1bd3cd575c0a " )
99
1010if (IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} /eigen3)
1111 message ("-- Eigen3... OK" )
@@ -69,4 +69,4 @@ if (NOT ${RESULT_VAR})
6969 message ("Backward... disabled" )
7070 set (JPP_HAS_BACKWARD FALSE CACHE BOOL PARENT_SCOPE )
7171 endif ()
72- endif ()
72+ endif ()
Original file line number Diff line number Diff line change 2626# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2727# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2828
29- cmake_minimum_required (VERSION 3.1 )
29+ cmake_minimum_required (VERSION 3.10 )
3030enable_language (CXX )
3131
3232########################################
You can’t perform that action at this time.
0 commit comments