Set SOVERSION property of all libraries to ${OCL_VERSION_MAJOR}.${OCL_VERSION_MINOR}:
All OCL releases within the same minor version must be ABI-compatible.
Removed component_rules.cmake
Removed dead OROCOS_PKGCONFIG_* macro usage
Replaced cmake macro program_add_deps() with standard target_link_libraries() command:
UseOROCOS-RTT.cmake takes care of RPATH properties if required
logging: Add ${NETCDF_INCLUDE_DIRS} to exported include directories (replacing
OROCOS_PKGCONFIG_INCPATH() in FindNetcdf.cmake)
Removed definition -DRTT_COMPONENT: UseOROCOS-RTT.cmake adds this if required
Fixes #49.
SOVERSION
property of all libraries to${OCL_VERSION_MAJOR}.${OCL_VERSION_MINOR}
: All OCL releases within the same minor version must be ABI-compatible.component_rules.cmake
OROCOS_PKGCONFIG_*
macro usageprogram_add_deps()
with standardtarget_link_libraries()
command: UseOROCOS-RTT.cmake takes care of RPATH properties if required${NETCDF_INCLUDE_DIRS}
to exported include directories (replacingOROCOS_PKGCONFIG_INCPATH()
in FindNetcdf.cmake)-DRTT_COMPONENT
: UseOROCOS-RTT.cmake adds this if required