From 9e511cadae4bb7ab8dc4c4a9f5c41a79c1a6e6d7 Mon Sep 17 00:00:00 2001 From: SpaceIm <30052553+SpaceIm@users.noreply.github.com> Date: Fri, 16 Jul 2021 12:30:44 +0200 Subject: [PATCH] fix installation of bundle for iOS/tvOS/watchOS --- bin/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/CMakeLists.txt b/bin/CMakeLists.txt index 9026be83..ea723a79 100644 --- a/bin/CMakeLists.txt +++ b/bin/CMakeLists.txt @@ -8,6 +8,6 @@ if(NOT WIN32) install( TARGETS mmdblookup - RUNTIME DESTINATION bin + DESTINATION bin ) endif()