From 2235d9014e8623012741d81a9296f028d7d13c4b Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Thu, 13 Apr 2017 12:38:38 +0530 Subject: [PATCH] Do not rebuild cmake cache by default Change-Id: Ie21e99beaa3465b54b5a6a77439c455f34de98b3 [ROCm/clr commit: b3b1ba1e5d3b8ba85c529c38b836d44a87caa9dd] --- projects/clr/hipamd/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/hipamd/CMakeLists.txt b/projects/clr/hipamd/CMakeLists.txt index b4e80625d9..eee1a14a8a 100644 --- a/projects/clr/hipamd/CMakeLists.txt +++ b/projects/clr/hipamd/CMakeLists.txt @@ -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)