Do not run formatting checks by default
authorTobias Grosser <grosser@fim.uni-passau.de>
Thu, 14 Feb 2013 16:42:50 +0000 (16:42 +0000)
committerTobias Grosser <grosser@fim.uni-passau.de>
Thu, 14 Feb 2013 16:42:50 +0000 (16:42 +0000)
llvm-svn: 175178

polly/CMakeLists.txt

index 71c2dc6..dbfa003 100644 (file)
@@ -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)