mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Fixed typo in Opus portfile.cmake
This commit is contained in:
parent
fc3177a23c
commit
79386b409e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue