remove redefination of TIM_VX_ENABLE_CUSTOM_OP (#417)
This commit is contained in:
parent
3dd6c507d4
commit
d716a1a9f0
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue