Skip to content

Commit

Permalink
Removed some exported compiler flags
Browse files Browse the repository at this point in the history
Before, this package was exporting "-Wall -Wextra -Wno-unused-parameter" to all its (in)direct dependers.
  • Loading branch information
HannesSommer committed Jan 31, 2017
1 parent e3c212f commit f459cb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/eigen_checks-extras.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x")
else()
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
endif()
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Wno-unused-parameter")

0 comments on commit f459cb2

Please sign in to comment.