Skip to content

Commit

Permalink
set the default value of MMDEPLOY_CODEBASES to all (open-mmlab#226)
Browse files Browse the repository at this point in the history
Co-authored-by: 程建刚 <chengjiangang@mail206.com>
  • Loading branch information
x-yy0 and 程建刚 committed Mar 11, 2022
1 parent b6ff258 commit df4e9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit df4e9e6

Please sign in to comment.