Skip to content

Commit c51d392

Browse files
conradsnictaRUrlus
authored andcommitted
add armadillo 12.0.x branch
1 parent da1dee2 commit c51d392

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/GetArmadillo.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
include(FetchContent)
22

3-
SET(DEFAULT_ARMA_VERSION 11.4.x)
3+
SET(DEFAULT_ARMA_VERSION 12.0.x)
44
IF (NOT USE_ARMA_VERSION)
55
MESSAGE(STATUS "carma: Setting Armadillo version to 'v${DEFAULT_ARMA_VERSION}' as none was specified.")
66
SET(USE_ARMA_VERSION "${DEFAULT_ARMA_VERSION}" CACHE STRING "Choose the version of Armadillo." FORCE)
77
# Set the possible values of build type for cmake-gui
88
SET_PROPERTY(CACHE USE_ARMA_VERSION PROPERTY STRINGS
9-
"10.6.x" "10.8.x" "11.2.x" "11.4.x"
9+
"10.6.x" "10.8.x" "11.2.x" "11.4.x" "12.0.x"
1010
)
1111
ENDIF ()
1212

0 commit comments

Comments
 (0)