Skip to content

Commit 43d4fbb

Browse files
committed
Update dependencies
1 parent 8d4c3f4 commit 43d4fbb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ cmake_minimum_required(VERSION 3.13)
22

33
project(
44
rk4_solver
5-
VERSION 1.0.10
5+
VERSION 1.0.11
66
LANGUAGES CXX
77
)
88

99
#* dependencies
1010
include(FetchContent)
1111

12-
set(matrix_op_VERSION 1.0.5) #* matrix_op, used for basic matrix operations
13-
set(matrix_rw_VERSION 1.0.3) #* matrix_rw, used for testing
12+
set(matrix_op_VERSION 1.0.7) #* matrix_op, used for basic matrix operations
13+
set(matrix_rw_VERSION 1.0.5) #* matrix_rw, used for testing
1414

1515
FetchContent_Declare(
1616
matrix_op
@@ -34,7 +34,7 @@ if(CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
3434
option(BUILD_EXAMPLES "Build examples" ON)
3535
option(BUILD_BENCHMARKS "Build benchmarks" ON)
3636
option(SINGLE_PRECISION "Single precision" OFF)
37-
option(HEAP_USAGE "Heap usage" ON)
37+
option(HEAP_USAGE "Heap usage" OFF)
3838

3939
#* where to look for the project header and source files
4040
set(INCLUDE_DIR ${CMAKE_CURRENT_LIST_DIR}/include)

0 commit comments

Comments
 (0)