From d6d4d3a0210a64861dd627d18c014110b3fd4126 Mon Sep 17 00:00:00 2001 From: conradsnicta Date: Mon, 19 Jun 2023 03:21:57 +0000 Subject: [PATCH] update to armadillo 12.4.x --- cmake/GetArmadillo.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/GetArmadillo.cmake b/cmake/GetArmadillo.cmake index 8465f15..83ca2d6 100644 --- a/cmake/GetArmadillo.cmake +++ b/cmake/GetArmadillo.cmake @@ -6,7 +6,7 @@ IF (NOT USE_ARMA_VERSION) SET(USE_ARMA_VERSION "${DEFAULT_ARMA_VERSION}" CACHE STRING "Choose the version of Armadillo." FORCE) # Set the possible values of build type for cmake-gui SET_PROPERTY(CACHE USE_ARMA_VERSION PROPERTY STRINGS - "10.6.x" "10.8.x" "11.2.x" "11.4.x" "12.2.x" + "10.6.x" "10.8.x" "11.2.x" "11.4.x" "12.4.x" ) ENDIF ()