Commit 3bd7a405 authored by xkszltl's avatar xkszltl Committed by Francisco Massa
Browse files

PyTorch has switched to C++14. (#1635)

parent 6bf920b9
cmake_minimum_required(VERSION 2.8) cmake_minimum_required(VERSION 2.8)
project(torchvision) project(torchvision)
set(CMAKE_CXX_STANDARD 11) set(CMAKE_CXX_STANDARD 14)
find_package(Torch REQUIRED) find_package(Torch REQUIRED)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment