"torchvision/csrc/io/video_reader/video_reader.cpp" did not exist on "3e06bc6f2ddd56cd713229a7f0404ff56cabda47"
Commit 29deb085 authored by flyingdown's avatar flyingdown
Browse files

Update CMakeLists.txt

parent 5305edef
......@@ -18,7 +18,8 @@ endif()
project(torchaudio)
set (CMAKE_C_COMPILER "hipcc")
set (CMAKE_CXX_COMPILER "hipcc")
# check and set CMAKE_CXX_STANDARD
string(FIND "${CMAKE_CXX_FLAGS}" "-std=c++" env_cxx_standard)
if(env_cxx_standard GREATER -1)
......
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