We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed215b5 commit 6038af6Copy full SHA for 6038af6
CMakeLists.txt
@@ -18,10 +18,6 @@ This ``CMakeLists.txt`` file will be used by ``setup.py``.
18
19
cmake_minimum_required(VERSION 3.21...3.27 FATAL_ERROR)
20
21
-if(${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.24")
22
- cmake_policy(SET CMP0135 NEW)
23
-endif()
24
-
25
message(STATUS "NUMBA_DPEX_VERSION=" "${NUMBA_DPEX_VERSION}")
26
27
project(numba-dpex
0 commit comments