Skip to content

Commit

Permalink
wip7
Browse files Browse the repository at this point in the history
  • Loading branch information
bk138 committed Oct 22, 2023
1 parent 9794b63 commit f386e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ if(UNIX AND NOT APPLE)

if(APPLE)
set(APPS ${CMAKE_CURRENT_BINARY_DIR}/src/MultiVNC.app) # paths to executables
set(DIRS "") # directories to search for prerequisites
set(DIRS "/usr/local") # directories to search for prerequisites
INSTALL(CODE "
set(BU_CHMOD_BUNDLE_ITEMS ON) # as per https://cmake.org/Bug/view.php?id=13833
include(BundleUtilities)
Expand Down

0 comments on commit f386e2b

Please sign in to comment.