Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
simonlynen committed Sep 8, 2015
1 parent db0da5b commit 5d311a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ set(DOXYFILE_LATEX false)
include(UseDoxygen)

# Switch on warnings and disable one python interface warning.
add_definitions(-Wall -Wextra -Wno-unused-local-typedefs -Wno-cpp -Werror)
add_definitions(-Wall -Wextra)

# Boost required for any and cstdint on MSVC < 2010
find_package(Boost COMPONENTS REQUIRED)
Expand Down

0 comments on commit 5d311a7

Please sign in to comment.