Are there any known issues with Xcode 6.4 and CMake 3.3.x? I ask because in our
project when we generate the Xcode project we end up with 2 or 3 executables
listed in the drop down combo box. We also end up with lots of duplicate
targets in the Xcode project. And the first time I open an Xcode p
What you are seeing is the expected behavior. You can get a relocatable
package if all your dependencies (in your case libcap) have themselves
relocatable package config files with exported targets. Then you package
should make use of find_dependency macro.
On Fri, Oct 16, 2015 at 4:56 PM, Zac Ber