File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 36
36
"archs" : [" x86" , " x64" ],
37
37
"args" : [
38
38
" -DBUILD_SHARED_LIBS=ON" ,
39
- " -DSDLMIXER_SNDFILE=ON" ,
40
39
" -DSDLMIXER_FLAC=ON" ,
41
40
" -DSDLMIXER_FLAC_DRFLAC=ON" ,
42
41
" -DSDLMIXER_GME=OFF" ,
Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ set(SDL3_mixer_FOUND ON)
12
12
13
13
set (SDLMIXER_VENDORED @SDLMIXER_VENDORED@ )
14
14
15
- set (SDLMIXER_SNDFILE @SDLMIXER_SNDFILE_ENABLED@ )
16
-
17
15
set (SDLMIXER_FLAC @SDLMIXER_FLAC_ENABLED@ )
18
16
set (SDLMIXER_FLAC_LIBFLAC @SDLMIXER_FLAC_LIBFLAC_ENABLED@ )
19
17
set (SDLMIXER_FLAC_DRFLAC @SDLMIXER_FLAC_DRFLAC_ENABLED@ )
@@ -74,10 +72,6 @@ if(EXISTS "${CMAKE_CURRENT_LIST_DIR}/SDL3_mixer-static-targets.cmake")
74
72
set (CMAKE_FIND_PACKAGE_PREFER_CONFIG ON )
75
73
endif ()
76
74
77
- if (SDLMIXER_SNDFILE AND NOT TARGET SndFile::sndfile )
78
- find_dependency (SndFile )
79
- endif ()
80
-
81
75
if (SDLMIXER_FLAC_LIBFLAC AND NOT TARGET FLAC::FLAC )
82
76
find_dependency (FLAC )
83
77
endif ()
You can’t perform that action at this time.
0 commit comments