Skip to content
New issue

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

CMakelists.txt STRIP missing " #14

Open
zhengxle opened this issue Sep 10, 2023 · 0 comments
Open

CMakelists.txt STRIP missing " #14

zhengxle opened this issue Sep 10, 2023 · 0 comments

Comments

@zhengxle
Copy link

zhengxle commented Sep 10, 2023

for cmake command, there three errors in CMakelists.txt:
CMake Error at CMakeLists.txt:73 (string):
string sub-command STRIP requires two arguments.

CMake Error at CMakeLists.txt:78 (string):
string sub-command STRIP requires two arguments.

CMake Error at CMakeLists.txt:83 (string):
string sub-command STRIP requires two arguments.

should change to:
73: string(STRIP "${LLVM_LIBRARIES}" LLVM_LIBRARIES)
78: string(STRIP "${LLVM_LDFLAGS}" LLVM_LDFLAGS)
83: string(STRIP "${LLVM_CXXFLAGS}" LLVM_CXXFLAGS)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant