remove redefination of TIM_VX_ENABLE_CUSTOM_OP (#417)

This commit is contained in:
Antkillerfarm 2022-06-27 14:59:46 +08:00 committed by GitHub
parent 3dd6c507d4
commit d716a1a9f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ option(TIM_VX_BUILD_EXAMPLES "Build demos show general usage"
option(TIM_VX_ENABLE_VIPLITE "Enable lite driver api support" OFF)
option(TIM_VX_ENABLE_40BIT "Enable large memory support" OFF)
option(TIM_VX_ENABLE_PLATFORM "Enable multi devices support" OFF)
option(TIM_VX_ENABLE_CUSTOM_OP "Enable customized op example" OFF)
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)