Skip to content

Commit

Permalink
update to armadillo 12.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
conradsnicta authored and RUrlus committed Jul 10, 2023
1 parent 2fbc2e6 commit d6d4d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/GetArmadillo.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()

Expand Down

0 comments on commit d6d4d3a

Please sign in to comment.