1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Fix variable name

This commit is contained in:
Mathieu Schroeter 2017-09-09 00:30:57 +02:00
parent 70ba070033
commit 4cbdc3aea5

View File

@ -113,7 +113,7 @@ pkg_search_module (SWSCALE REQUIRED libswscale)
pkg_search_module (SWRESAMPLE REQUIRED libswresample)
if (UNIX AND NOT APPLE)
pkg_search_module (ALSA_REQUIRED alsa)
pkg_search_module (ALSA REQUIRED alsa)
endif ()
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DCURL_STATICLIB")