-
Notifications
You must be signed in to change notification settings - Fork 124
CMake install not possible without root permissions #207
Comments
Let default permissions do not work. Same issue.
Speed it up with per-component build |
Problem also affects to icestorm
|
Issue is harder than expectedProblem related to
HintReplace Tried
|
Tiro la toalla.
|
Found this in cmake_install.cmake
|
I found a little bug in the root CMakeLists.txt. It seems that cmake is installing the same binaries twice from two different CMaksLists.txt.
which collides with this one (~/Jderobot/src/stable/components/introrob_py/CMakeLists.txt):
We have to delete one of them, in order to remove the incompatibility. I think the introrob_py has to be erased! |
One of these two lines must be deleted.
|
After testing it with @fqez (I'm just a viewer through hangouts), we can clever explain it:
These tips will fix this issue. |
CMake install not possible without root permissions
Related to: http://jderobot.org/Varribas-tfm/ARDrone:cmake_advanced#Bad_permissions
Error
Hint
Solution
The text was updated successfully, but these errors were encountered: