summaryrefslogtreecommitdiff
path: root/cmake/Modules/CompilerRTDarwinUtils.cmake
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2016-04-28 21:16:45 +0000
committerChris Bieneman <beanz@apple.com>2016-04-28 21:16:45 +0000
commit9e256d0505936e31fb742ce73b39ae9d53cd2fe8 (patch)
tree05be14485cf66cd4b96065cfae4baf886bb40660 /cmake/Modules/CompilerRTDarwinUtils.cmake
parent00e889724f1e6cabe413e5f5e6187a4a56b33a9e (diff)
[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
Diffstat (limited to 'cmake/Modules/CompilerRTDarwinUtils.cmake')
-rw-r--r--cmake/Modules/CompilerRTDarwinUtils.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/Modules/CompilerRTDarwinUtils.cmake b/cmake/Modules/CompilerRTDarwinUtils.cmake
index 0c1637d62..5f35c6a45 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.