3
0
Fork 0
mirror of https://github.com/JulianGro/overte.git synced 2025-04-13 03:32:31 +02:00

Merge pull request from jherico/fix/mac_deploy

Attempt to fix mac release builds
This commit is contained in:
Bradley Austin Davis 2019-11-20 15:26:23 -08:00 committed by GitHub
commit e632f4f76b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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")