From a5204d048729eef09b162dd12622c4afefb4978a Mon Sep 17 00:00:00 2001 From: Krzysztof Parzyszek Date: Sun, 15 Oct 2017 18:23:16 +0000 Subject: [PATCH] Phony change to CMakeLists.txt to (hopefully) trigger regeneration Ninja doesn't seem to recognize a change in a CMakeLists.txt in a subdirectory, so r315861 is not having any effect. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315870 91177308-0d34-0410-b5e6-96231b3b80d8 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index a5419184325..13dc1166b59 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1012,3 +1012,4 @@ endif() if (MSVC) include(InstallRequiredSystemLibraries) endif() + -- 2.50.1