diff --git a/CMakeLists.txt b/CMakeLists.txt index 79c4dbe12..900b1915f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.16) +cmake_minimum_required(VERSION 3.20) # Options option(IMHEX_PLUGINS_IN_SHARE "Put the plugins in share/imhex/plugins instead of lib[..]/imhex/plugins" OFF) @@ -46,4 +46,4 @@ enable_testing() add_subdirectory(tests EXCLUDE_FROM_ALL) # Configure packaging -createPackage() \ No newline at end of file +createPackage()