Skip to content

Commit

Permalink
Rise minimum required CMake version for Linux to 3.2
Browse files Browse the repository at this point in the history
This will allow us to use modules like FindIntl.
https://lists.gnucash.org/logs/2019/05/14.html#T17:32:19
  • Loading branch information
fellen committed May 14, 2019
1 parent 29f605b commit a63adac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -3,7 +3,7 @@
if (WIN32 OR APPLE)
cmake_minimum_required (VERSION 3.3.2)
else()
cmake_minimum_required (VERSION 3.0)
cmake_minimum_required (VERSION 3.2)
endif()

project (gnucash)
Expand Down

0 comments on commit a63adac

Please sign in to comment.