mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:49:05 +08:00
14 lines
361 B
Diff
14 lines
361 B
Diff
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||
|
index ccf4af61..2f6e404f 100644
|
||
|
--- a/CMakeLists.txt
|
||
|
+++ b/CMakeLists.txt
|
||
|
@@ -484,7 +484,7 @@ macro(common_libktx_settings target enable_write library_type)
|
||
|
CXX_STANDARD_REQUIRED YES
|
||
|
|
||
|
)
|
||
|
- if(IOS)
|
||
|
+ if(0)
|
||
|
set_target_properties(${target} PROPERTIES
|
||
|
FRAMEWORK TRUE
|
||
|
)
|