mirror of
https://abf.rosa.ru/djam/SDL2.git
synced 2025-02-23 14:42:58 +00:00
12 lines
419 B
Diff
12 lines
419 B
Diff
diff -urN SDL2-2.0.10/CMakeLists.txt SDL2-2.0.10-patched/CMakeLists.txt
|
|
--- SDL2-2.0.10/CMakeLists.txt 2019-07-25 14:32:36.000000000 +1000
|
|
+++ SDL2-2.0.10-patched/CMakeLists.txt 2019-08-30 21:49:54.390555194 +1000
|
|
@@ -1885,7 +1885,7 @@
|
|
if (WINDOWS)
|
|
set(PKG_PREFIX "cmake")
|
|
else ()
|
|
- set(PKG_PREFIX "lib/cmake/SDL2")
|
|
+ set(PKG_PREFIX "lib${LIB_SUFFIX}/cmake/SDL2")
|
|
endif ()
|
|
|
|
include(CMakePackageConfigHelpers)
|