Skip to content

Commit

Permalink
[ci] Disable json2maxref for win32 until ci is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jul 6, 2024
1 parent c9124bf commit bbd76a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/avendish.max.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ function(avnd_make_max)

avnd_common_setup("${AVND_TARGET}" "${AVND_FX_TARGET}")

if(NOT WIN32)
if(TARGET json_to_maxref)
message(STATUS "json_to_maxref found")
get_target_property(_dump_path ${AVND_TARGET} AVND_DUMP_PATH)
Expand All @@ -186,6 +187,7 @@ function(avnd_make_max)
)
endif()
endif()
endif()
endfunction()

add_library(Avendish_max INTERFACE)
Expand Down

0 comments on commit bbd76a8

Please sign in to comment.