cmake: remove a duplicated line

This commit is contained in:
Gregory Hainaut 2014-12-07 12:47:35 +01:00
parent 29a14f5667
commit 9e8b0b59ba
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ check_lib(PORTAUDIO portaudio portaudio.h pa_linux_alsa.h)
check_lib(SOUNDTOUCH SoundTouch soundtouch/SoundTouch.h)
# Tell cmake that we use SDL as a library and not as an application
set(SDL_BUILDING_LIBRARY TRUE)
if(SDL2_API)
check_lib(SDL2 SDL2 SDL.h)
else()