-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
Specific platforms where I have problems: OS X (El Capitan, XCode 7.3.1). The generated exports capture include locations and libraries for Calibu's dependencies, but not for Calibu itself. There are also several warnings that are generated. FWIW, I find the following fragments helpful when doing install / export targets (for each exported library / "module"):
install(TARGETS systemModuleName
EXPORT systemTargets
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib
COMPONENT module)
install(EXPORT systemTargets
FILE systemTargets.cmake
COMPONENT module
NAMESPACE system::
DESTINATION cmake)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels