From d716a1a9f0ba7e09c452aaee675f53d42cdf75ce Mon Sep 17 00:00:00 2001 From: Antkillerfarm Date: Mon, 27 Jun 2022 14:59:46 +0800 Subject: [PATCH] remove redefination of TIM_VX_ENABLE_CUSTOM_OP (#417) --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a3d0a6f..70b843d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)