Closed Nicogene closed 3 years ago
The only annoying thing about calling find_package(YARP) more than once is that the "Found YARP" line will be printed multiple times. I suggest calling it once... something like
find_package(YARP ${YARP_REQUIRED_VERSION} COMPONENTS conf OPTIONAL_COMPONENTS os sig dev REQUIRED)
you should then pay attention to check
if(YARP_os_FOUND)
etc
This PR fixes some issues( #127 and #128)
In particular for #127 this is what I got
The latter one contains:
Is it correct?