diff --git a/CMakeLists.txt b/CMakeLists.txt index 004dd076..b28d2ccb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ ############################################################################### # General settings ############################################################################### -cmake_minimum_required(VERSION 2.8 FATAL_ERROR) +cmake_minimum_required(VERSION 3.9 FATAL_ERROR) project(SOCI)