Skip to content

Commit 67bbc97

Browse files
authored
add armadillo 15.0.x
1 parent 3077819 commit 67bbc97

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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 14.4.x)
3+
SET(DEFAULT_ARMA_VERSION 15.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" "12.4.x" "12.6.x" "12.8.x" "14.4.x"
9+
"10.6.x" "10.8.x" "11.2.x" "11.4.x" "12.4.x" "12.6.x" "12.8.x" "14.4.x" "15.0.x"
1010
)
1111
ENDIF ()
1212

0 commit comments

Comments
 (0)