Skip to content

Commit

Permalink
Add Version
Browse files Browse the repository at this point in the history
  • Loading branch information
cnadler86 committed Nov 11, 2024
1 parent a849805 commit a32ba90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/micropython.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if (MICROPY_CAMERA_MODEL)
endif()

if (MP_CAMERA_DRIVER_VERSION)
target_compile_definitions(usermod_mp_camera INTERFACE MP_CAMERA_DRIVER_VERSION=${MP_CAMERA_DRIVER_VERSION})
target_compile_definitions(usermod_mp_camera INTERFACE MP_CAMERA_DRIVER_VERSION=\"${MP_CAMERA_DRIVER_VERSION}\")
endif()

target_link_libraries(usermod INTERFACE usermod_mp_camera)
Expand Down

0 comments on commit a32ba90

Please sign in to comment.