build(make): simplify with camera models default on

This commit is contained in:
John Zhao
2019-05-30 15:26:31 +08:00
parent 178e362900
commit 05e5552e46
2 changed files with 2 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/Utils.cmake)
option(WITH_API "Build with API layer, need OpenCV" ON)
option(WITH_DEVICE_INFO_REQUIRED "Build with device info required" ON)
option(WITH_CAM_MODELS "Build with more camera models, WITH_API must be ON" OFF)
option(WITH_CAM_MODELS "Build with more camera models, WITH_API must be ON" ON)
# 3rdparty components