summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Suhov <alexey.suhov@intel.com>2019-10-24 17:39:17 +0300
committerAlexey Suhov <alexey.suhov@intel.com>2019-10-24 17:39:17 +0300
commit1798ac0d26d60c000c45c7d3614160d8f7f40925 (patch)
treefc67ac0317fdc50fd9ae2bf76eec9936365689c6
parent1c794d971cdd3c94de5ea4a6c9588eac63f4cc57 (diff)
downloaddldt-1798ac0d26d60c000c45c7d3614160d8f7f40925.tar.gz
dldt-1798ac0d26d60c000c45c7d3614160d8f7f40925.tar.bz2
dldt-1798ac0d26d60c000c45c7d3614160d8f7f40925.zip
turned off cpplint by default
-rw-r--r--inference-engine/cmake/features.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/inference-engine/cmake/features.cmake b/inference-engine/cmake/features.cmake
index 2d7c8270a..2c6f7aafe 100644
--- a/inference-engine/cmake/features.cmake
+++ b/inference-engine/cmake/features.cmake
@@ -112,14 +112,14 @@ if (UNIX AND NOT APPLE AND CMAKE_COMPILER_IS_GNUCC AND CMAKE_CXX_COMPILER_VERSIO
endif()
if (UNIX AND NOT APPLE)
- ie_option(ENABLE_CPPLINT "Enable cpplint checks during the build" ON)
+ ie_option(ENABLE_CPPLINT "Enable cpplint checks during the build" OFF)
ie_option(ENABLE_CPPLINT_REPORT "Build cpplint report instead of failing the build" OFF)
else()
set(ENABLE_CPPLINT OFF)
endif()
if (UNIX AND NOT APPLE AND CMAKE_VERSION VERSION_GREATER_EQUAL 3.10)
- ie_option(ENABLE_CPPCHECK "Enable cppcheck during the build" ON)
+ ie_option(ENABLE_CPPCHECK "Enable cppcheck during the build" OFF)
else()
set(ENABLE_CPPCHECK OFF)
endif()