We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 769ccb8 commit 4dea21eCopy full SHA for 4dea21e
flang/CMakeLists.txt
@@ -91,7 +91,7 @@ if (FLANG_STANDALONE_BUILD)
91
92
# If the user specifies a relative path to LLVM_DIR, the calls to include
93
# LLVM modules fail. Append the absolute path to LLVM_DIR instead.
94
- IF (LLVM_DIR)
+ if (LLVM_DIR)
95
get_filename_component(LLVM_DIR_ABSOLUTE ${LLVM_DIR}
96
REALPATH BASE_DIR ${CMAKE_CURRENT_BINARY_DIR})
97
list(APPEND CMAKE_MODULE_PATH ${LLVM_DIR_ABSOLUTE})
@@ -109,7 +109,7 @@ if (FLANG_STANDALONE_BUILD)
109
# * a path relative to the path of this script.
110
# Append the absolute path to CLANG_DIR so that find_package works in both
111
# cases.
112
- IF (CLANG_DIR)
+ if (CLANG_DIR)
113
get_filename_component(
114
CLANG_DIR_ABSOLUTE
115
${CLANG_DIR}
0 commit comments