Skip to content

Commit

Permalink
Add -std=gnu++11 flag for TurboBadger
Browse files Browse the repository at this point in the history
  • Loading branch information
rokups committed Jun 10, 2017
1 parent 582ab91 commit 9313111
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/ThirdParty/TurboBadger/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ set (SOURCE_FILES ${C_FILES} ${H_FILES})

add_library(TurboBadger ${SOURCE_FILES})
target_include_directories(TurboBadger SYSTEM BEFORE PUBLIC .)
if (NOT MSVC)
target_compile_options(TurboBadger PRIVATE -std=gnu++11)
endif ()

0 comments on commit 9313111

Please sign in to comment.