-
Notifications
You must be signed in to change notification settings - Fork 138
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
install TARGETS given no ARCHIVE DESTINATION for static library target CSF #39
Comments
Need some more info, what was the exact |
So I put the master folder into my build file and followed the install guide. Specifically I ran |
It sounds like you downloaded the zip file of the repo instead of
|
Hi so I tried this exactly as followed and got the similar error:
I followed the steps exactly so a little unsure of whats going on, sorry I am fairly new to cmake in general. Here as well you can see everything is in place : |
That is strange behavior. As a quick workaround, you should be able to comment that line out in the
What version of cmake are you using? ( |
Commenting this out still gave the same error unfortunately. However commenting the line above fixed this issue, unsure if this will have an effect later on. I am running cmake |
Hello, have you solved this problem |
install(TARGETS CSF I have same problem in ubuntu 18.04, cmake 3.10.2, gcc 7.5, change old to this can work. |
updating the version of cmake will solve your problem |
Hey might be a stupid question but trying to build on Linux gives me this error:
CMake Error at src/CMakeLists.txt:31 (install):
install TARGETS given no ARCHIVE DESTINATION for static library target "CSF".
Have I missed an obvious step in the installation? I just downloaded file made a build directory then tried to cmake.
The text was updated successfully, but these errors were encountered: