Skip to content
Snippets Groups Projects
Commit 8465df95 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

strange linking bug fixed

parent 3d9584be
No related branches found
No related tags found
2 merge requests!3After cmake and const refactor,!2Resolve "Adapt to core cmake refactor"
cmake_minimum_required(VERSION 2.8.3)
project(wolf_ros_gnss)
## Compile as C++11, supported in ROS Kinetic and newer
add_compile_options(-std=c++14)
## Compile as C++14
add_compile_options(-std=c++14)
# -fPIC and -rdynamic ensure unique singleton instance across shared libraries (for factories) see: https://stackoverflow.com/a/8626922
SET(CMAKE_CXX_FLAGS "-fPIC -rdynamic")
find_package(catkin REQUIRED COMPONENTS
roscpp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment