Skip to content

Commit

Permalink
[ci] Update with score, simplify binding
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jul 5, 2023
1 parent b12f61a commit 24deb63
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
cmake_minimum_required(VERSION 3.24 FATAL_ERROR)

if("${CMAKE_SYSTEM_PROCESSOR}" MATCHES armhf)
return()
endif()

if(NOT TARGET score_lib_base)
include(ScoreExternalAddon)
endif()

include(ScoreAvndHelper)

if("${CMAKE_SYSTEM_PROCESSOR}" MATCHES armhf)
if(NOT TARGET score_plugin_avnd)
return()
endif()

Expand Down

0 comments on commit 24deb63

Please sign in to comment.