File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.6.5] - 2022-05-19
4+
5+ Patch release that mainly updates dependency versions.
6+
7+ ### Changes
8+
9+ * Only search for Python headers for carma::carma target
10+ * Update default Armadillo version to 11.1.x from 11.0
11+
312## [ 0.6.4] - 2022-04-07
413
514Patch release that mainly updates dependency versions.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.16)
22
33SET (CARMA_VERSION_MAJOR 0)
44SET (CARMA_VERSION_MINOR 6)
5- SET (CARMA_VERSION_PATCH 4 )
5+ SET (CARMA_VERSION_PATCH 5 )
66SET (CARMA_VERSION_INFO "${CARMA_VERSION_MAJOR} .${CARMA_VERSION_MINOR} .${CARMA_VERSION_PATCH} " )
77
88PROJECT (
Original file line number Diff line number Diff line change 11include (FetchContent)
22
3- SET (DEFAULT_CARMA_VERSION "stable " )
3+ SET (DEFAULT_CARMA_VERSION "0.6.5 " )
44IF (NOT USE_CARMA_VERSION)
55 MESSAGE (STATUS "carma: Setting carma version to '${DEFAULT_CARMA_VERSION} ' as none was specified." )
66 SET (USE_CARMA_VERSION "${DEFAULT_CARMA_VERSION} " CACHE STRING "Choose the version of CARMA." FORCE)
77 # Set the possible values of build type for cmake-gui
88 SET_PROPERTY (CACHE USE_CARMA_VERSION PROPERTY STRINGS
9- "stable" "unstable" "0.6.0" "0.6.1" "0.6.2" "0.6.3"
9+ "stable" "unstable" "0.6.0" "0.6.1" "0.6.2" "0.6.3" "0.6.5"
1010 )
1111ENDIF ()
1212
You can’t perform that action at this time.
0 commit comments