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.

llvm-svn: 315870
This commit is contained in:
Krzysztof Parzyszek 2017-10-15 18:23:16 +00:00
parent df39cbae2f
commit bc7f806cea
1 changed files with 1 additions and 0 deletions

View File

@ -1012,3 +1012,4 @@ endif()
if (MSVC)
include(InstallRequiredSystemLibraries)
endif()