From f386e2bb8b0c7fc04bf1ac1235ce86d9908b530f Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Sun, 22 Oct 2023 11:08:06 +0200 Subject: [PATCH] wip7 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ca9f818..5105ec42 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)