Skip to content

Commit

Permalink
add missing BUNDLE DESTINATION
Browse files Browse the repository at this point in the history
fixes build on iOS
  • Loading branch information
3nids authored Sep 29, 2021
1 parent 9ef055d commit 6d09eff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/cmake/lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ install(TARGETS ${library_targets}
ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}"
LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}"
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
BUNDLE DESTINATION DESTINATION "${CMAKE_INSTALL_BINDIR}"
)

# uninstall target
Expand Down

0 comments on commit 6d09eff

Please sign in to comment.