Skip to content

Commit 9dc3dd3

Browse files
remove unused add_compile_options
1 parent 67899df commit 9dc3dd3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

orocos_kdl/CMakeLists.txt

-3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ ELSE ( NOT CMAKE_BUILD_TYPE )
4747
MESSAGE( STATUS "Build type set to '${CMAKE_BUILD_TYPE}' by user." )
4848
ENDIF ( NOT CMAKE_BUILD_TYPE )
4949

50-
add_compile_options()
51-
add_compile_options()
52-
5350
IF(MSVC)
5451
SET( KDL_CFLAGS "/W4 /WX" )
5552
ELSE(MSVC)

0 commit comments

Comments
 (0)