From 7ffefe69de8198fd448665f28ce361e4c4165350 Mon Sep 17 00:00:00 2001 From: Matthijs van der Burgh Date: Sun, 25 Dec 2022 14:13:57 +0100 Subject: [PATCH] remove unused add_compile_options --- orocos_kdl/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/orocos_kdl/CMakeLists.txt b/orocos_kdl/CMakeLists.txt index 0350d08f..f513ab41 100644 --- a/orocos_kdl/CMakeLists.txt +++ b/orocos_kdl/CMakeLists.txt @@ -47,9 +47,6 @@ ELSE ( NOT CMAKE_BUILD_TYPE ) MESSAGE( STATUS "Build type set to '${CMAKE_BUILD_TYPE}' by user." ) ENDIF ( NOT CMAKE_BUILD_TYPE ) -add_compile_options() -add_compile_options() - IF(MSVC) SET( KDL_CFLAGS "/W4 /WX" ) ELSE(MSVC)