commit | 9e256d0505936e31fb742ce73b39ae9d53cd2fe8 | [log] [tgz] |
---|---|---|
author | Chris Bieneman <beanz@apple.com> | Thu Apr 28 21:16:45 2016 +0000 |
committer | Chris Bieneman <beanz@apple.com> | Thu Apr 28 21:16:45 2016 +0000 |
tree | 05be14485cf66cd4b96065cfae4baf886bb40660 | |
parent | 00e889724f1e6cabe413e5f5e6187a4a56b33a9e [diff] [blame] |
[CMake] Adding another missing include. NFC. This also works fine today, but will break with my upcoming refactoring. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@267941 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/cmake/Modules/CompilerRTDarwinUtils.cmake b/cmake/Modules/CompilerRTDarwinUtils.cmake index 0c1637d..5f35c6a 100644 --- a/cmake/Modules/CompilerRTDarwinUtils.cmake +++ b/cmake/Modules/CompilerRTDarwinUtils.cmake
@@ -1,3 +1,5 @@ +include(CMakeParseArguments) + # On OS X SDKs can be installed anywhere on the base system and xcode-select can # set the default Xcode to use. This function finds the SDKs that are present in # the current Xcode.