Compiler: remove ENABLE_CONTRIB_BUILD cmake option (#8941)
author박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Thu, 14 Nov 2019 06:54:01 +0000 (15:54 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 14 Nov 2019 06:54:01 +0000 (15:54 +0900)
This will remove nncc ENABLE_CONTRIB_BUILD cmake option that is not used anymore

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
infra/nncc/CMakeLists.txt

index 421d01e..a9ce60f 100644 (file)
@@ -122,7 +122,6 @@ if(${ENABLE_TEST})
   include(CTest)
 endif(${ENABLE_TEST})
 
-option(ENABLE_CONTRIB_BUILD "Build incubating projects under contrib/" ON)
 option(ENABLE_STRICT_BUILD "Treat warning as error" OFF)
 
 ###