Skip to content

Commit 5b2e2f5

Browse files
authoredNov 4, 2024
Disable TUV-x tests when fetching content for TUV-x. (#239)
* add tuvx fetch content options * fix a bug
1 parent c5c12a8 commit 5b2e2f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎cmake/dependencies.cmake

+3
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ if (MUSICA_ENABLE_TUVX AND MUSICA_BUILD_C_CXX_INTERFACE)
9494
GIT_PROGRESS NOT ${FETCHCONTENT_QUIET}
9595
)
9696

97+
set(TUVX_ENABLE_TESTS OFF)
98+
set(TUVX_ENABLE_REGRESSION_TESTS OFF)
99+
97100
FetchContent_MakeAvailable(tuvx)
98101
endif()
99102

0 commit comments

Comments
 (0)