Skip to content

Commit

Permalink
Adding ticket reference
Browse files Browse the repository at this point in the history
  • Loading branch information
gilwoolee committed Jan 24, 2019
1 parent eacf905 commit 8528f75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/CompilerSettings.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ if(CMAKE_COMPILER_IS_GNUCXX)
)
endif()

# Adding -fext-numeric-literals based on
# https://svn.boost.org/trac10/ticket/9240.
set(AIKIDO_CXX_STANDARD_FLAGS -std=c++11 -fext-numeric-literals)

add_compile_options(-Wall -Wextra -Wpedantic)
Expand Down

0 comments on commit 8528f75

Please sign in to comment.