[GENERAL] Added compatibility with pytorch 1.2.0 and powerpc
This commit is contained in:
committed by
Philippe Tillet
parent
9984ee8c7a
commit
04a9ea060b
@@ -21,7 +21,7 @@ endif()
|
||||
|
||||
# Compiler flags
|
||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=gnu++11")
|
||||
|
||||
# Tests
|
||||
if(BUILD_TESTS)
|
||||
|
Reference in New Issue
Block a user