mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-05 23:42:58 +02: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