Skip to content

Commit

Permalink
Disable libsndfile test
Browse files Browse the repository at this point in the history
  • Loading branch information
Segfault1602 committed Nov 28, 2023
1 parent 3ea6a49 commit d2d8ce9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ if (NOT LIBDSP_LIB_ONLY OR LIBDSP_BUILD_TESTS)
set(BUILD_TESTING OFF CACHE BOOL "Don't build libsndfile tests!" FORCE)
set(BUILD_PROGRAMS OFF CACHE BOOL "Don't build libsndfile programs!" FORCE)
set(ENABLE_EXTERNAL_LIBS OFF CACHE BOOL "Disable external libs support!" FORCE)
set(BUILD_TESTING OFF CACHE BOOL "Disable libsndfile tests!" FORCE)
target_compile_definitions(sndfile PRIVATE _CRT_SECURE_NO_WARNINGS _USE_MATH_DEFINES)
if(NOT MSVC)
target_compile_options(sndfile PRIVATE -Wno-deprecated-declarations)
Expand Down

0 comments on commit d2d8ce9

Please sign in to comment.