Skip to content

Commit 7206f99

Browse files
committed
app/CMakeLists.txt: restore file to its original content
Changes are addressed in #1500.
1 parent 5e92e7f commit 7206f99

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

app/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Copyright (c) 2019-2026, Arm Limited and Contributors
2-
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
1+
# Copyright (c) 2019-2025, Arm Limited and Contributors
32
#
43
# SPDX-License-Identifier: Apache-2.0
54
#
@@ -138,7 +137,6 @@ if(IOS)
138137
endif ()
139138
# Vulkan cache variables already defined by main project CMakeLists and updated on Apple platforms by global_options.cmake
140139
if(Vulkan_LIBRARY AND ${Vulkan_VERSION} VERSION_GREATER_EQUAL 1.3.278)
141-
get_filename_component(Vulkan_Target_SDK "$ENV{VULKAN_SDK}/.." REALPATH)
142140
target_sources(${PROJECT_NAME} PRIVATE
143141
${Vulkan_Target_SDK}/iOS/share/vulkan
144142
)

0 commit comments

Comments
 (0)