Use set_from_env macro.

This commit is contained in:
NissimHadar 2019-04-05 15:45:11 -07:00
parent 75e1437274
commit 53ea50d1f3

View file

@ -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)