update tools/library/CMakeLists to require python 3.6 according to #70 (#82)

#70 only updates the documentation. This commit reflects this bump in python version to the CMake configuration as well.
This commit is contained in:
Vijay Thakkar
2020-04-08 10:54:36 -07:00
committed by GitHub
parent 96dab34ad9
commit e33d90b361

View File

@ -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)