mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
set the default value of MMDEPLOY_CODEBASES to all (#226)
Co-authored-by: 程建刚 <chengjiangang@mail206.com>
This commit is contained in:
parent
b6ff258935
commit
df4e9e6cae
@ -27,7 +27,7 @@ option(MMDEPLOY_BUILD_TEST "build MMDeploy's csrc's unittest" OFF)
|
||||
set(MMDEPLOY_TARGET_DEVICES
|
||||
"cpu" CACHE STRING "MMDeploy's target devices")
|
||||
set(MMDEPLOY_TARGET_BACKENDS "" CACHE STRING "MMDeploy's target inference engines")
|
||||
set(MMDEPLOY_CODEBASES "" CACHE STRING "select OpenMMLab's codebases")
|
||||
set(MMDEPLOY_CODEBASES "all" CACHE STRING "select OpenMMLab's codebases")
|
||||
|
||||
if (NOT CMAKE_BUILD_TYPE)
|
||||
set(CMAKE_BUILD_TYPE Release CACHE STRING "choose 'Release' as default build type" FORCE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user