Do not rebuild cmake cache by default

Change-Id: Ie21e99beaa3465b54b5a6a77439c455f34de98b3


[ROCm/clr commit: b3b1ba1e5d]
This commit is contained in:
Maneesh Gupta
2017-04-13 12:38:38 +05:30
vanhempi 3e7f31f570
commit 2235d9014e
+1 -1
Näytä tiedosto
@@ -142,7 +142,7 @@ add_to_config(_buildInfo COMPILE_HIP_ATP_MARKER)
# Build steps
#############################
# Rebuild cmake cache updates .hipInfo and .hipVersion
add_custom_target(update_build_and_version_info ALL COMMAND make rebuild_cache)
add_custom_target(update_build_and_version_info COMMAND make rebuild_cache)
# Build clang hipify if enabled
add_subdirectory(hipify-clang)