diff --git a/projects/rocr-runtime/runtime/packages/hsa-ext-rocr-dev/CMakeLists.txt b/projects/rocr-runtime/runtime/packages/hsa-ext-rocr-dev/CMakeLists.txt index 1b99b06693..3ced268f4c 100644 --- a/projects/rocr-runtime/runtime/packages/hsa-ext-rocr-dev/CMakeLists.txt +++ b/projects/rocr-runtime/runtime/packages/hsa-ext-rocr-dev/CMakeLists.txt @@ -40,7 +40,7 @@ ## ################################################################################ -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 3.5.1) set ( PROJECT_STRING hsa-ext-rocr-dev ) diff --git a/projects/rocr-runtime/runtime/packages/hsa-rocr-dev/CMakeLists.txt b/projects/rocr-runtime/runtime/packages/hsa-rocr-dev/CMakeLists.txt index 42176cc115..48549acbcd 100644 --- a/projects/rocr-runtime/runtime/packages/hsa-rocr-dev/CMakeLists.txt +++ b/projects/rocr-runtime/runtime/packages/hsa-rocr-dev/CMakeLists.txt @@ -40,7 +40,7 @@ ## ################################################################################ -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 3.5.1) set ( PROJECT_STRING hsa-rocr-dev )