summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjleidel <john.leidel@ttu.edu>2015-07-24 20:39:43 -0500
committerCraig Griffiths <craig.griffiths@codethink.co.uk>2015-08-14 10:39:46 +0100
commitf5efb3c8e9c66f48cd2568924da3d44f6547ae1c (patch)
tree73893e4096ecdcfd617d0802f5df38093c6a09ce
parentf8b997e59867e19d06401f8c92718dd11a908987 (diff)
downloadflang-f5efb3c8e9c66f48cd2568924da3d44f6547ae1c.tar.gz
updating CMake build deps and dropping the deprecated LLVMParseArguments include
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 79607a2c40..6653690783 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -222,7 +222,7 @@ endif ()
# ${FLANG_SOURCE_DIR}/include/flang/Config/config.h.cmake
# ${FLANG_BINARY_DIR}/include/flang/Config/config.h)
-include(LLVMParseArguments)
+#include(LLVMParseArguments)
# Enable C++ 11
if(NOT MSVC)