From 79386b409ea54f9ff651c3d907a2bac2fadc9af9 Mon Sep 17 00:00:00 2001 From: ksuprynowicz Date: Sun, 24 Oct 2021 18:39:42 +0200 Subject: [PATCH] Fixed typo in Opus portfile.cmake --- cmake/ports/opus/portfile.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/ports/opus/portfile.cmake b/cmake/ports/opus/portfile.cmake index 6406cf10c0..988096ad62 100644 --- a/cmake/ports/opus/portfile.cmake +++ b/cmake/ports/opus/portfile.cmake @@ -13,7 +13,7 @@ vcpkg_from_github( master) if(WIN32) - set(VIRCADIA_BULLET_OPTIONS "") + set(VIRCADIA_OPUS_OPTIONS "") else() if(EXISTS "${VCPKG_ROOT_DIR}/_env/VIRCADIA_OPTIMIZE.txt") file(READ "${VCPKG_ROOT_DIR}/_env/VIRCADIA_OPTIMIZE.txt" VIRCADIA_OPTIMIZE)