We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3077819 commit 67bbc97Copy full SHA for 67bbc97
1 file changed
cmake/GetArmadillo.cmake
@@ -1,12 +1,12 @@
1
include(FetchContent)
2
3
-SET(DEFAULT_ARMA_VERSION 14.4.x)
+SET(DEFAULT_ARMA_VERSION 15.0.x)
4
IF (NOT USE_ARMA_VERSION)
5
MESSAGE(STATUS "carma: Setting Armadillo version to 'v${DEFAULT_ARMA_VERSION}' as none was specified.")
6
SET(USE_ARMA_VERSION "${DEFAULT_ARMA_VERSION}" CACHE STRING "Choose the version of Armadillo." FORCE)
7
# Set the possible values of build type for cmake-gui
8
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"
+ "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"
10
)
11
ENDIF ()
12
0 commit comments