Skip to content

Commit

Permalink
This might fix the Travis gcc build
Browse files Browse the repository at this point in the history
  • Loading branch information
schnaader committed Sep 19, 2018
1 parent 7088ef1 commit 7b2198f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ set(OBJDIR ${CMAKE_CURRENT_BINARY_DIR})

if (UNIX)
set(CMAKE_C_FLAGS "-DLINUX -DUNIX -DHAVE_STDBOOL_H")
set(CMAKE_C_STANDARD 99)
set(CMAKE_CXX_FLAGS "-DUNIX")
set(CMAKE_CXX_STANDARD 11)
set(THREADS_PREFER_PTHREAD_FLAG ON)
Expand Down

0 comments on commit 7b2198f

Please sign in to comment.