Skip to content

Commit

Permalink
add armadillo 12.6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
conradsnicta authored Aug 12, 2023
1 parent cf9ea4c commit 4738602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/GetArmadillo.cmake
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
include(FetchContent)

SET(DEFAULT_ARMA_VERSION 12.0.x)
SET(DEFAULT_ARMA_VERSION 12.6.x)
IF (NOT USE_ARMA_VERSION)
MESSAGE(STATUS "carma: Setting Armadillo version to 'v${DEFAULT_ARMA_VERSION}' as none was specified.")
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.4.x"
"10.6.x" "10.8.x" "11.2.x" "11.4.x" "12.4.x" "12.6.x"
)
ENDIF ()

Expand Down

0 comments on commit 4738602

Please sign in to comment.