Unable to build own node - libboost error
When I try to build my package I get an error: /usr/bin/ld: CMakeFiles/simple_navigation_goals.dir/src/simple_navigation_goals.cpp.o: undefined reference to symbol '_ZN5boost6system15system_categoryEv' /usr/lib/x86_64-linux-gnu/libboost_system.so: error adding symbols: DSO missing from command line
I googled and found out its missing the libboost library. But I've checked, and it is indeed in the location mention on the last line of the errorcode. Some suggestions mentions to add "-lboost_system" in my cmakelist. But I dont have the "set(LIBS)" part...
A solution and/or suggestion/clarification would be very helpful! Im using Ubuntu 16.4 and ROS kinetic
Here is my CMakelist: https://pastebin.com/JmVdrm4V