Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ set(SOURCES navier_stokes_base.cpp
################################################################################
# The code below doesn't have to be changed (usually)
################################################################################
cmake_minimum_required(VERSION 2.8.12...3.20)
cmake_minimum_required(VERSION 2.8.12...4.4)

project(UG_PLUGIN_${pluginName})

Expand Down
2 changes: 1 addition & 1 deletion compressible/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# The compressible-navier-stokes plugin.
################################################################################

cmake_minimum_required(VERSION 2.6)
cmake_minimum_required(VERSION 2.6...4.4)

project(COMPRESSIBLE_NAVIER_STOKES)

Expand Down
2 changes: 1 addition & 1 deletion incompressible/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# The incompressible-navier-stokes plugin.
################################################################################

cmake_minimum_required(VERSION 2.6)
cmake_minimum_required(VERSION 2.6...4.4)

project(INCOMPRESSIBLE_NAVIER_STOKES)

Expand Down
Loading