Skip to content

Commit feeea2b

Browse files
authored
Fix build for CMake 4.0
2 parents badb379 + ef73880 commit feeea2b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.4.3)
1+
cmake_minimum_required(VERSION 3.13)
22
project(generic_sycl_components VERSION 0.1.0 LANGUAGES CXX)
33

44
include_directories(onemath/sycl/blas)

onemath/sycl/blas/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# *
2121
# *
2222
# **************************************************************************/
23-
cmake_minimum_required(VERSION 3.4.3)
23+
cmake_minimum_required(VERSION 3.13)
2424
project(blas VERSION 0.2.0 LANGUAGES CXX)
2525

2626
if(POLICY CMP0074)

onemath/sycl/blas/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ We do not use any OpenCL interoperability, hence, the code is pure C++.
352352
The project is developed using [DPCPP open source](https://github.com/intel/llvm)
353353
or [oneapi release](https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit.html#gs.2iaved),
354354
using Ubuntu 22.04 on Intel OpenCL CPU, Intel GPU, NVIDIA GPU and AMD GPU.
355-
The build system is CMake version 3.4.3 or higher.
355+
The build system is CMake version 3.13 or higher.
356356

357357
## Setup
358358

0 commit comments

Comments
 (0)