Lines Matching +full:cache +full:- +full:dependency +full:- +full:path
8 # http://www.apache.org/licenses/LICENSE-2.0
27 list(APPEND update_dep_command "--generator")
31 list(APPEND update_dep_command "--arch")
36 list(APPEND update_dep_command "--osx-archs")
44 message(WARNING "CMAKE_BUILD_TYPE not set. Using Debug for dependency build type")
49 list(APPEND update_dep_command "--config")
51 list(APPEND update_dep_command "--api")
69 …set(UPDATE_DEPS_DIR "${PROJECT_SOURCE_DIR}/external/${UPDATE_DEPS_DIR_SUFFIX}" CACHE PATH "Locatio…
70 list(APPEND update_dep_command "--dir" )
74 list(APPEND update_dep_command "--optional=tests")
78 list(APPEND update_dep_command "--skip-existing-install")
101 list(APPEND update_dep_command "--cmake_var")
113 string("MD5" md5_hash "${timestamp_1}-${timestamp_2}-${update_dep_command}")
115 set(UPDATE_DEPS_HASH "0" CACHE STRING "Default value until we run update_deps.py")
119 list(APPEND update_dep_command "--clean-build")
120 list(APPEND update_dep_command "--clean-install")
123 if ("${md5_hash}" STREQUAL $CACHE{UPDATE_DEPS_HASH})
133 …set(UPDATE_DEPS_HASH ${md5_hash} CACHE STRING "Ensure we only run update_deps.py when we need to."…