Skip to content

Commit

Permalink
Merge pull request #36 from ethz-asl/fix/removedSomeExporedCompilerFlags
Browse files Browse the repository at this point in the history
Removed some exported compiler flags
  • Loading branch information
HannesSommer authored Feb 6, 2017
2 parents e3c212f + f459cb2 commit 22a6247
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 22a6247

Please sign in to comment.