Skip to content

Commit

Permalink
[ci] Be more forgiving if not available
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jun 9, 2024
1 parent 0ebbf4f commit e385a7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ project(score_addon_ble LANGUAGES CXX)
score_common_setup()

include(ble.cmake)
if(NOT TARGET simpleble)
return()
endif()

# Necessary as SimpleBLE overwrites:
include(GenerateStaticExport)

Expand Down

0 comments on commit e385a7e

Please sign in to comment.