From 0331a8e57d6bee9c56f1b66fcb60e0bcf2b1b325 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Wed, 20 Nov 2019 15:24:10 -0800 Subject: [PATCH] Attempt to fix mac release builds --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8b8faed73c..c15c5d60fe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,6 +57,8 @@ else() include("${CMAKE_BINARY_DIR}/qt.cmake") endif() +set(VCPKG_APPLOCAL_DEPS OFF) + project(hifi) include("cmake/init.cmake") include("cmake/compiler.cmake")