aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Ramos <juan@lunarg.com>2023-10-16 18:14:40 -0600
committerJuan Ramos <114601453+juan-lunarg@users.noreply.github.com>2023-10-16 18:51:33 -0600
commit58eb5fd87d6b60e7766ebdb9160662334d0df6b6 (patch)
treee05b784c56b62d2558b07e4a0110092067e9763b
parent1532001f7edae559af1988293eec90bc5e2607d5 (diff)
downloadusermoji-58eb5fd87d6b60e7766ebdb9160662334d0df6b6.tar.xz
vulkaninfo: Remove install for appbundle
Not needed
-rw-r--r--vulkaninfo/CMakeLists.txt7
1 files changed, 1 insertions, 6 deletions
diff --git a/vulkaninfo/CMakeLists.txt b/vulkaninfo/CMakeLists.txt
index 4d654734..01df8cb3 100644
--- a/vulkaninfo/CMakeLists.txt
+++ b/vulkaninfo/CMakeLists.txt
@@ -128,9 +128,4 @@ elseif(APPLE)
)
endif()
-if(APPLE)
- install(TARGETS vulkaninfo RUNTIME DESTINATION "vulkaninfo")
-else()
- install(TARGETS vulkaninfo)
-endif()
-
+install(TARGETS vulkaninfo)