Skip to content

Commit

Permalink
Don't force python 2.7 version when building (codeplaysoftware#290)
Browse files Browse the repository at this point in the history
The scripts should work just fine with python 3
  • Loading branch information
npmiller authored Apr 1, 2021
1 parent 6adc8f8 commit bc5f52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ endif()
# NB: This has to be included before CmakeFunctionHelper as it declares various options.
include(ConfigureSYCLBLAS)
include(SYCL)
find_package(PythonInterp 2.7 REQUIRED)
find_package(PythonInterp REQUIRED)

if (MSVC)
# The device compiler needs C++14 to parse the Windows headers
Expand Down

0 comments on commit bc5f52d

Please sign in to comment.