From db641d25aa7dfc03693f91ac42b67ea1d1fbb947 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Thu, 21 Nov 2019 07:52:15 -0800 Subject: [PATCH] Force rebuild for mac build issue --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 396b44552d..a651146dfc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,6 +62,7 @@ option(VCPKG_APPLOCAL_DEPS OFF) project(hifi) include("cmake/init.cmake") include("cmake/compiler.cmake") +option(VCPKG_APPLOCAL_DEPS OFF) add_paths_to_fixup_libs(${VCPKG_INSTALL_ROOT}/bin) add_paths_to_fixup_libs(${VCPKG_INSTALL_ROOT}/debug/bin)