Skip to content

Commit 3417b4b

Browse files
committed
components/maix/CMakeLists.txt
1 parent 01f13be commit 3417b4b

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

components/maix/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ append_srcs_dir(ADD_SRCS "src") # append source file in src dir to var ADD_S
2323
###############################################
2424

2525
###### Add required/dependent components ######
26-
list(APPEND ADD_REQUIREMENTS pybind11 python3 basic nn peripheral ext_dev vision comm network voice vision_extra)
26+
list(APPEND ADD_REQUIREMENTS pybind11 python3 basic nn peripheral vision comm network voice vision_extra
27+
ext_dev ext_dev_mlx90640 ext_dev_tof100)
2728
###############################################
2829

2930
###### Add link search path for requirements/libs ######

maix/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Versions should comply with PEP440: https://peps.python.org/pep-0440/
33

44
version_major = 4
5-
version_minor = 9
6-
version_patch = 3
5+
version_minor = 10
6+
version_patch = 0
77

88
__version__ = "{}.{}.{}".format(version_major, version_minor, version_patch)

tools/os/base_system_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20241220
1+
20250111

0 commit comments

Comments
 (0)