mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-06 18:23:29 +02:00
Use set_from_env macro.
This commit is contained in:
parent
75e1437274
commit
53ea50d1f3
1 changed files with 1 additions and 3 deletions
|
@ -53,9 +53,7 @@ else()
|
|||
endif()
|
||||
|
||||
# Use default time server if none defined in environment
|
||||
if (NOT DEFINED TIMESERVER_URL)
|
||||
set(TIMESERVER_URL "http://sha256timestamp.ws.symantec.com/sha256/timestamp")
|
||||
endif()
|
||||
set_from_env(TIMESERVER_URL TIMESERVER_URL "http://sha256timestamp.ws.symantec.com/sha256/timestamp")
|
||||
|
||||
set(HIFI_USE_OPTIMIZED_IK OFF)
|
||||
set(BUILD_CLIENT_OPTION ON)
|
||||
|
|
Loading…
Reference in a new issue