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.7/CMakeLists.txt SDL2-2.0.7-patched/CMakeLists.txt
|
|
--- SDL2-2.0.7/CMakeLists.txt 2017-11-17 12:09:51.064776019 +1000
|
|
+++ SDL2-2.0.7-patched/CMakeLists.txt 2017-11-17 12:27:57.151796060 +1000
|
|
@@ -1750,7 +1750,7 @@
|
|
elseif (WINDOWS)
|
|
set(PKG_PREFIX "cmake")
|
|
else ()
|
|
- set(PKG_PREFIX "lib/cmake/SDL2")
|
|
+ set(PKG_PREFIX "lib${LIB_SUFFIX}/cmake/SDL2")
|
|
endif ()
|
|
|
|
include(CMakePackageConfigHelpers)
|