Skip to content

Commit 12b041d

Browse files
authored
Bump minimum cmake versions in memilio-simulation and -generation (#1240)
1 parent db770f7 commit 12b041d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pycode/memilio-generation/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.4)
1+
cmake_minimum_required(VERSION 3.13)
22
project(memilio-python)
33

44
include(GNUInstallDirs) # set to gnu folders. No cache variable so this is not global

pycode/memilio-simulation/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.4)
1+
cmake_minimum_required(VERSION 3.13)
22
project(memilio-python)
33

44
option(MEMILIO_USE_BUNDLED_PYBIND11 "Use pybind11 bundled with this library." ON)

0 commit comments

Comments
 (0)