We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e92e7f commit 7206f99Copy full SHA for 7206f99
1 file changed
app/CMakeLists.txt
@@ -1,5 +1,4 @@
1
-# Copyright (c) 2019-2026, Arm Limited and Contributors
2
-# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
+# Copyright (c) 2019-2025, Arm Limited and Contributors
3
#
4
# SPDX-License-Identifier: Apache-2.0
5
@@ -138,7 +137,6 @@ if(IOS)
138
137
endif ()
139
# Vulkan cache variables already defined by main project CMakeLists and updated on Apple platforms by global_options.cmake
140
if(Vulkan_LIBRARY AND ${Vulkan_VERSION} VERSION_GREATER_EQUAL 1.3.278)
141
- get_filename_component(Vulkan_Target_SDK "$ENV{VULKAN_SDK}/.." REALPATH)
142
target_sources(${PROJECT_NAME} PRIVATE
143
${Vulkan_Target_SDK}/iOS/share/vulkan
144
)
0 commit comments