Skip to content

Commit

Permalink
update tools/library/CMakeLists to require python 3.6 according to #70 (
Browse files Browse the repository at this point in the history
#82)

#70 only updates the documentation. This commit reflects this bump in python version to the CMake configuration as well.
  • Loading branch information
thakkarV authored Apr 8, 2020
1 parent 96dab34 commit e33d90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/library/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

include(GNUInstallDirs)

find_package(Python3 3.5 COMPONENTS Interpreter REQUIRED)
find_package(Python3 3.6 COMPONENTS Interpreter REQUIRED)

add_library(cutlass_library_includes INTERFACE)
add_library(nvidia::cutlass::library::includes ALIAS cutlass_library_includes)
Expand Down

0 comments on commit e33d90b

Please sign in to comment.