File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ cmake_minimum_required(VERSION 3.13)
22
33project (
44 rk4_solver
5- VERSION 1.0.10
5+ VERSION 1.0.11
66 LANGUAGES CXX
77)
88
99#* dependencies
1010include (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
1515FetchContent_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)
You can’t perform that action at this time.
0 commit comments