You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.
$ catkin --version
catkin_tools 0.4.2 (C) 2014-2016 Open Source Robotics Foundation
$ catkin build
...
Warnings << ptam:make /home/uavc/catkin_ws/logs/ptam/build.make.012.log
make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
CMake Warning (dev) at CMakeLists.txt:17 (add_library):
Policy CMP0003 should be set before this line. Add code such as
as early as possible but after the most recent call to
cmake_minimum_required or cmake_policy(VERSION). This warning appears
because target "agast" links to some libraries for which the linker must
search:
dl, m, pthread, rt, cudart, nppc, nppi, npps, cufft
CMake is adding directories in the second list to the linker search path in
case they are needed to find libraries from the first list (for backwards
compatibility with CMake 2.4). Set policy CMP0003 to OLD or NEW to enable
or disable this behavior explicitly. Run "cmake --help-policy CMP0003" for
more information.
This warning is for project developers. Use -Wno-dev to suppress it.
...
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
$ catkin --version
catkin_tools 0.4.2 (C) 2014-2016 Open Source Robotics Foundation
$ catkin build
...
Warnings << ptam:make /home/uavc/catkin_ws/logs/ptam/build.make.012.log
make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
CMake Warning (dev) at CMakeLists.txt:17 (add_library):
Policy CMP0003 should be set before this line. Add code such as
as early as possible but after the most recent call to
cmake_minimum_required or cmake_policy(VERSION). This warning appears
because target "agast" links to some libraries for which the linker must
search:
and other libraries with known full path:
CMake is adding directories in the second list to the linker search path in
case they are needed to find libraries from the first list (for backwards
compatibility with CMake 2.4). Set policy CMP0003 to OLD or NEW to enable
or disable this behavior explicitly. Run "cmake --help-policy CMP0003" for
more information.
This warning is for project developers. Use -Wno-dev to suppress it.
...
The text was updated successfully, but these errors were encountered: