diff --git a/CMakeLists.txt b/CMakeLists.txt index 8193a35..4211f14 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ ################################################################################ # Set minimum required version of cmake, project name and compile options ################################################################################ -cmake_minimum_required(VERSION 2.8.3) +cmake_minimum_required(VERSION 3.0.2) project(hls_lfcd_lds_driver) ################################################################################