From 257fe3ab9920985740f03423ddd61228dbd2d02b Mon Sep 17 00:00:00 2001 From: Chris Bieneman Date: Thu, 28 Apr 2016 21:16:45 +0000 Subject: [CMake] Adding another missing include. NFC. This also works fine today, but will break with my upcoming refactoring. llvm-svn: 267941 --- compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake') diff --git a/compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake b/compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake index 0c1637d627a..5f35c6a4520 100644 --- a/compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake +++ b/compiler-rt/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. -- cgit v1.2.3