mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 02:03:36 +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()
|
endif()
|
||||||
|
|
||||||
# Use default time server if none defined in environment
|
# Use default time server if none defined in environment
|
||||||
if (NOT DEFINED TIMESERVER_URL)
|
set_from_env(TIMESERVER_URL TIMESERVER_URL "http://sha256timestamp.ws.symantec.com/sha256/timestamp")
|
||||||
set(TIMESERVER_URL "http://sha256timestamp.ws.symantec.com/sha256/timestamp")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
set(HIFI_USE_OPTIMIZED_IK OFF)
|
set(HIFI_USE_OPTIMIZED_IK OFF)
|
||||||
set(BUILD_CLIENT_OPTION ON)
|
set(BUILD_CLIENT_OPTION ON)
|
||||||
|
|
Loading…
Reference in a new issue