~ci-train-bot/messaging-framework/messaging-framework-ubuntu-zesty-2311.1

« back to all changes in this revision

Viewing changes to include/CMakeLists.txt

  • Committer: Roberto Mier Escandon
  • Date: 2016-11-10 16:20:00 UTC
  • mto: This revision was merged to the branch mainline in revision 72.
  • Revision ID: roberto.escandon@canonical.com-20161110162000-qubejy0uf27qv5o7
adapted project to solve ABI break with new gcc versions in distros and libboost upgrades

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
install(
6
6
    DIRECTORY messaging
7
 
    DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/messaging-fw
 
7
    DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/messaging-framework${API_VERSION}
8
8
)