Skip to content

Commit

Permalink
[ci] disable on clang win32
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jun 10, 2024
1 parent e385a7e commit a53e0fe
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 @@ -4,6 +4,10 @@ if(NOT TARGET score_lib_base)
include(ScoreExternalAddon)
endif()

if(WIN32 AND NOT MSVC)
# currently broken as clang doesn't like cppwinrt headers...
return()
endif()
project(score_addon_ble LANGUAGES CXX)
score_common_setup()

Expand Down

0 comments on commit a53e0fe

Please sign in to comment.