We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1dee2 commit c51d392Copy full SHA for c51d392
cmake/GetArmadillo.cmake
@@ -1,12 +1,12 @@
1
include(FetchContent)
2
3
-SET(DEFAULT_ARMA_VERSION 11.4.x)
+SET(DEFAULT_ARMA_VERSION 12.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"
+ "10.6.x" "10.8.x" "11.2.x" "11.4.x" "12.0.x"
10
)
11
ENDIF ()
12
0 commit comments