Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install target generates a clean CMake package (+ Catkin dependency is now optional) #215

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Dec 3, 2019

  1. feat: Catkin dependancy is now optional

    blabbe committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    690990c View commit details
    Browse the repository at this point in the history
  2. cmake: Add option to build sample

    blabbe committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    61a914c View commit details
    Browse the repository at this point in the history
  3. feat: CMake library export

    This commit allow the user to export the library that is compatible witha  find_package() call.
    blabbe committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    e3516cd View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. fix: install(ARCHIVE) call fail on Linux

    install() call on serial library was missing a proper ARCHIVE parameter, causing Unix build to fail.
    blabbe committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    bb938f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. fix: Enable Catkin use by default

    Prevents CI issues for now
    blabbe committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    82fc4a7 View commit details
    Browse the repository at this point in the history
  2. fix: Don't force STATIC on serail library

    blabbe committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    c3c8ae2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34a4475 View commit details
    Browse the repository at this point in the history
  4. fix: restore rt and pthread set for katkin

    blabbe committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    a0ff363 View commit details
    Browse the repository at this point in the history