[polly] r264286 - [CMAKE] Try to find the correct globbing expression
Johannes Doerfert via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 24 07:31:49 PDT 2016
Author: jdoerfert
Date: Thu Mar 24 09:31:49 2016
New Revision: 264286
URL: http://llvm.org/viewvc/llvm-project?rev=264286&view=rev
Log:
[CMAKE] Try to find the correct globbing expression
Modified:
polly/trunk/CMakeLists.txt
Modified: polly/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/CMakeLists.txt?rev=264286&r1=264285&r2=264286&view=diff
==============================================================================
--- polly/trunk/CMakeLists.txt (original)
+++ polly/trunk/CMakeLists.txt Thu Mar 24 09:31:49 2016
@@ -165,7 +165,7 @@ configure_file( ${CMAKE_CURRENT_SOURCE_D
${POLLY_BINARY_DIR}/include/polly/Config/config.h )
# Add target to check formatting of polly files
-file( GLOB_RECURSE files *.h lib/**/*.cpp lib/**/*.c)
+file( GLOB_RECURSE files *.h lib/*.cpp lib/*.c)
file( GLOB_RECURSE wwwfiles www/*)
file( GLOB_RECURSE jsonfiles lib/JSON/*.h lib/JSON/*.cpp)
file( GLOB_RECURSE islfiles lib/External/isl/*.h lib/External/isl/*.c
More information about the llvm-commits
mailing list