mirror of https://github.com/PCSX2/pcsx2.git
cmake: remove a duplicated line
This commit is contained in:
parent
29a14f5667
commit
9e8b0b59ba
|
@ -43,7 +43,6 @@ check_lib(PORTAUDIO portaudio portaudio.h pa_linux_alsa.h)
|
||||||
check_lib(SOUNDTOUCH SoundTouch soundtouch/SoundTouch.h)
|
check_lib(SOUNDTOUCH SoundTouch soundtouch/SoundTouch.h)
|
||||||
|
|
||||||
# Tell cmake that we use SDL as a library and not as an application
|
# Tell cmake that we use SDL as a library and not as an application
|
||||||
set(SDL_BUILDING_LIBRARY TRUE)
|
|
||||||
if(SDL2_API)
|
if(SDL2_API)
|
||||||
check_lib(SDL2 SDL2 SDL.h)
|
check_lib(SDL2 SDL2 SDL.h)
|
||||||
else()
|
else()
|
||||||
|
|
Loading…
Reference in New Issue