Skip to content

Commit bdb4e81

Browse files
Upgrading cmake to allow for all sanatizers
1 parent fd95e24 commit bdb4e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Top Level CMake File
44
#
55
##############################################
6-
cmake_minimum_required(VERSION 3.14)
6+
cmake_minimum_required(VERSION 3.16)
77
project(vcell-ode-numerics)
88
set(CMAKE_CXX_STANDARD 20)
99
if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang")

0 commit comments

Comments
 (0)