We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reason:
find_library(DL_LIBRARY_PATH dl) if (DL_LIBRARY_PATH) list(APPEND LIBS dl) endif()
in G:\vcpkg_test\vcpkg\buildtrees\llvm\src\llvm-7.0.0.src\tools\clang\tools\libclang\CMakeLists.txt
should probably be list(APPEND LIBS "${DL_LIBRARY_PATH}")
list(APPEND LIBS "${DL_LIBRARY_PATH}")
The text was updated successfully, but these errors were encountered:
LLVM could also use an update to 8.0.0. But to be honest LLVM is most likely used with --head anyway ;)
Sorry, something went wrong.
PR has been merged, close this issue.
No branches or pull requests
Reason:
in G:\vcpkg_test\vcpkg\buildtrees\llvm\src\llvm-7.0.0.src\tools\clang\tools\libclang\CMakeLists.txt
should probably be
list(APPEND LIBS "${DL_LIBRARY_PATH}")
The text was updated successfully, but these errors were encountered: