From c1b65e948d436a7aad15e826c3e7dff8adb98592 Mon Sep 17 00:00:00 2001 From: Leonid Terenin Date: Wed, 13 Nov 2024 15:50:40 +0900 Subject: [PATCH] minor cleanup --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8b0bb0e1ab..a6cfaf8bb0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -272,9 +272,6 @@ find_package(Boost REQUIRED COMPONENTS filesystem system thread iostreams) set(OPENRAVE_BOOST_INCLUDE_DIRS ${Boost_INCLUDE_DIRS}) set(OPENRAVE_BOOST_LIB_DIRS ${Boost_LIBRARY_DIRS}) -# prevents CLANG from "error: integer value -1 is outside the valid range of values [0, 3] for the enumeration type 'sign_mixture_enum' [-Wenum-constexpr-conversion]" -include_directories(SYSTEM ${OPENRAVE_BOOST_INCLUDE_DIRS}) - if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMPILER_IS_GNUCXX OR COMPILER_IS_CLANG ) set(NATIVE_COMPILE_FLAGS "" CACHE STRING "compilation flags to pass to tools that are executed at build-time. For example '-march=native -mtune=native'. By default this is empty.") else()