-
Notifications
You must be signed in to change notification settings - Fork 16
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
can't build #15
Comments
I get the same thing. I guess it's something to do with the .gitmodules
I can't seem to clone that directly
Tried changing that to the https version https://github.com/alehaa/CMake-argp.gitwhich I can clone ok but didn't seem to help. For the moment, I've rolled back to prior to the argp addition
|
I use the same solution as @martingjohn, shall see if I can find a better solution. |
same here |
I tried to just comment out the find_library line in CMakeLists.txt and it seems to work: @@ -12,7 +12,7 @@ endif() -find_library(ARGP_LIB argp) |
Looking at: Pulling in another external library, using |
The problem still exists? |
I need to build it as I anned to run on a reapsberry using ARM
I get build error
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
ARGP_LIB
linked by target "phevctl" in directory /home/pi/test/phevbuild/external/phevctl
I have no clue on how to proceed
The text was updated successfully, but these errors were encountered: