removed old refences to camera handler

This commit is contained in:
jakeg00dwin 2024-03-22 11:44:58 -07:00
parent 503b4eba67
commit e5c1021d25
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ cross_compile () {
build_release() { build_release() {
clear_cmake_cache clear_cmake_cache
cmake -DCAM_HANDLER_LIB=ON -DCMAKE_VERBOSE_MAKEFILE=${CMAKE_VERBOSE} ../ cmake -DCMAKE_VERBOSE_MAKEFILE=${CMAKE_VERBOSE} ../
} }
build_main () { build_main () {