From: Tobias Grosser Date: Thu, 14 Feb 2013 16:42:50 +0000 (+0000) Subject: Do not run formatting checks by default X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=482706f31f03b932f44d32b4e5a564ddfc70ff2a;p=platform%2Fupstream%2Fllvm.git Do not run formatting checks by default llvm-svn: 175178 --- diff --git a/polly/CMakeLists.txt b/polly/CMakeLists.txt index 71c2dc6..dbfa003 100644 --- a/polly/CMakeLists.txt +++ b/polly/CMakeLists.txt @@ -162,4 +162,4 @@ configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/include/polly/Config/config.h.cmake file( GLOB_RECURSE files *.h *.cpp) add_custom_command( OUTPUT formatting COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/utils/check_format.sh ${files}) -add_custom_target(polly-check-format ALL DEPENDS formatting) +add_custom_target(polly-check-format DEPENDS formatting)