blob: 01a8aee82ca10ec899c175612055022755b576bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 588c72a..21191a2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -133,7 +133,7 @@ if(FFMPEG)
endif(FFMPEG)
# SDL2 Dependency
-find_package(SDL2 CONFIG REQUIRED)
+include(/usr/lib32/cmake/SDL2/SDL2Config.cmake)
if (TARGET SDL2::SDL2)
message(STATUS "using TARGET SDL2::SDL2")
target_link_libraries(FAudio PUBLIC SDL2::SDL2)
|