Skip to content

Commit

Permalink
address #12 and #13
Browse files Browse the repository at this point in the history
address #12 and #13

add back cxxflags
  • Loading branch information
Dane Springmeyer committed Aug 24, 2017
1 parent 73d03df commit fc5d7d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ set(CMAKE_CXX_STANDARD_REQUIRED on)

include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/mason.cmake)

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -pedantic -Wsign-compare -Wconversion -Wshadow")

mason_use(catch VERSION 1.9.6 HEADER_ONLY)
include_directories(SYSTEM ${MASON_PACKAGE_catch_INCLUDE_DIRS})

Expand Down

0 comments on commit fc5d7d4

Please sign in to comment.