Replies: 2 comments
-
|
My secret CMake dream is to have an |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I totally agree and was thinking exactly the same thing while I was opening this issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
All the libraries have the name lowercase, but for historical reasons, YARP_OS is uppercase.
This might be a good moment to change it, therefore I suggest to rename the library to YARP_os, and to add ALIAS targets for YARP_OS.
As an alternate option (I'm not really sure if this can be done), we could have YARP_os as a normal library, and YARP_OS as an library that links both YARP_os and YARP_init.
Comments?
Beta Was this translation helpful? Give feedback.
All reactions