Skip to content

Commit

Permalink
Removed annoying cmake version warnings; all compiling on gfortran-13…
Browse files Browse the repository at this point in the history
… on new HP litebook/Ubuntu 24.04 LTS
  • Loading branch information
dylan-jayatilaka committed May 8, 2024
1 parent 1070fff commit d94d86b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CMake
cmake_minimum_required(VERSION 3.6.0)
cmake_minimum_required(VERSION 3.6...3.28)
cmake_policy(SET CMP0110 OLD)

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake)

# Install where?
Expand Down

0 comments on commit d94d86b

Please sign in to comment.