Skip to content

Commit c26cf85

Browse files
committed
Fixing travis build failures
1 parent a393a7c commit c26cf85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
2+
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
23
project(pytorch-cpp)
34

45

0 commit comments

Comments
 (0)