Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
cppit
libclangmm
Commits
2edcb84b
Commit
2edcb84b
authored
Feb 22, 2020
by
Ole Christian Eidheim
Browse files
FindLibClang.cmake: added /usr/local/opt/llvm to search paths for MacOS homebrew
parent
2bc2577f
Pipeline
#120161132
passed with stage
in 3 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
cmake_modules/FindLibClang.cmake
cmake_modules/FindLibClang.cmake
+6
-1
No files found.
cmake_modules/FindLibClang.cmake
View file @
2edcb84b
...
...
@@ -38,10 +38,15 @@ set(LIBCLANG_KNOWN_LLVM_VERSIONS 10.0.0 10.0 10
3.5.0 3.5
3.4.2 3.4.1 3.4 3.3 3.2 3.1
)
set
(
libclang_llvm_header_search_paths
)
set
(
libclang_llvm_header_search_paths
# MacOS Homebrew
/usr/local/opt/llvm/include
)
set
(
libclang_llvm_lib_search_paths
# LLVM Fedora
/usr/lib/llvm
# MacOS Homebrew
/usr/local/opt/llvm/lib
)
foreach
(
version
${
LIBCLANG_KNOWN_LLVM_VERSIONS
}
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment