Skip to content

Commit

Permalink
Merge pull request #500 from robotology/fix-rs-426
Browse files Browse the repository at this point in the history
Avoid to append GAZEBO_CXX_FLAGS to CMAKE_CXX_FLAGS
  • Loading branch information
traversaro authored Jul 17, 2020
2 parents 927874b + 95663bc commit 62edebc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ if(MSVC)
add_definitions(-D__TBB_NO_IMPLICIT_LINKAGE=1)
endif()


# Add Gazebo CXX flags, to support Gazebo 6 reckless dependency on C++11
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${GAZEBO_CXX_FLAGS}")

# On Windows, export all symbols by default as *nix
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)

Expand Down

0 comments on commit 62edebc

Please sign in to comment.