ros-interactive-manipulation / sql_database

Provides an easy way to use SQL databases from the ROS environment.
1 stars 7 forks source link

Require PkgConfig for building #7

Closed cottsay closed 10 years ago

cottsay commented 10 years ago

Suggested fix for https://github.com/ros-interactive-manipulation/sql_database/pull/5#issuecomment-41065751

If nothing else, this will make it clear if the problem is a missing pkg-config or yaml-cpp. The find_package(PkgConfig) should be REQUIRED, anyway.

cottsay commented 10 years ago

I would release bump in bloom and not version bump, as we're not entirely sure this will fix the buildfarm errors.

mateiciocarlie commented 10 years ago

Thanks!

Couldn't find any info anywhere on releasing without bumping the version number, so I ended up doing a full-fledged release. Let's see what happens.