diff options
| author | Johannes Doerfert <doerfert@cs.uni-saarland.de> | 2016-03-24 14:31:49 +0000 |
|---|---|---|
| committer | Johannes Doerfert <doerfert@cs.uni-saarland.de> | 2016-03-24 14:31:49 +0000 |
| commit | 6af7700ddfdbd8fa2967c18967c6cc24eb00d3e4 (patch) | |
| tree | ab643ef48d4a56078436eba8f7c9539249c1deaa | |
| parent | dc45aef2d89ceb486a81ace7e7c84b0d704e56c2 (diff) | |
| download | bcm5719-llvm-6af7700ddfdbd8fa2967c18967c6cc24eb00d3e4.tar.gz bcm5719-llvm-6af7700ddfdbd8fa2967c18967c6cc24eb00d3e4.zip | |
[CMAKE] Try to find the correct globbing expression
llvm-svn: 264286
| -rw-r--r-- | polly/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/CMakeLists.txt b/polly/CMakeLists.txt index dba7ef06c73..5c79bbf833e 100644 --- a/polly/CMakeLists.txt +++ b/polly/CMakeLists.txt @@ -165,7 +165,7 @@ configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/include/polly/Config/config.h.cmake ${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 |

