Skip to content

Commit

Permalink
Updated required CMake version
Browse files Browse the repository at this point in the history
  • Loading branch information
straubar committed Feb 21, 2020
1 parent b5daf01 commit a7deb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Moritz Heinemann
#
##################################################################
cmake_minimum_required(VERSION 3.2 FATAL_ERROR)
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)

# Let user select options
option(tpf_option_debug "Write debug output, fascilitating the debugging of code" OFF)
Expand Down

0 comments on commit a7deb5c

Please sign in to comment.