Skip to content

Commit

Permalink
CMake: Removed unused variable (thanks, Felix!).
Browse files Browse the repository at this point in the history
"MACOSX_COREAUDIO" is actually an internal #define set up elsewhere, and
this CMake var is never exported past the CMake script anyhow.

Partially fixes Bugzilla #2807.
  • Loading branch information
icculus committed Jan 18, 2015
1 parent c4275f9 commit f15d13d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Expand Up @@ -1051,7 +1051,6 @@ elseif(APPLE)

if(SDL_AUDIO)
set(SDL_AUDIO_DRIVER_COREAUDIO 1)
set(MACOSX_COREAUDIO 1)
file(GLOB AUDIO_SOURCES ${SDL2_SOURCE_DIR}/src/audio/coreaudio/*.c)
set(SOURCE_FILES ${SOURCE_FILES} ${AUDIO_SOURCES})
set(HAVE_SDL_AUDIO TRUE)
Expand Down

0 comments on commit f15d13d

Please sign in to comment.