Advertisement
Guest User

Untitled

a guest
May 6th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 1.12 KB | None | 0 0
  1. CMake Warning (dev) at /usr/share/cmake-3.10/Modules/FindBoost.cmake:911 (if):
  2.   Policy CMP0054 is not set: Only interpret if() arguments as variables or
  3.   keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  4.   details.  Use the cmake_policy command to set the policy and suppress this
  5.   warning.
  6.  
  7.   Quoted variables like "chrono" will no longer be dereferenced when the
  8.   policy is set to NEW.  Since the policy is not set the OLD behavior will be
  9.   used.
  10. Call Stack (most recent call first):
  11.   /usr/share/cmake-3.10/Modules/FindBoost.cmake:1558 (_Boost_MISSING_DEPENDENCIES)
  12.   /usr/share/OGRE/cmake/modules/FindOGRE.cmake:318 (find_package)
  13.   /usr/lib/x86_64-linux-gnu/cmake/gazebo/gazebo-config.cmake:175 (find_package)
  14.   CMakeLists.txt:125 (find_package)
  15. This warning is for project developers.  Use -Wno-dev to suppress it.
  16.  
  17. CMake Error: TRY_RUN() invoked in cross-compiling mode, please set the following cache variables appropriately:
  18.    FREEIMAGE_RUNS (advanced)
  19.    FREEIMAGE_RUNS__TRYRUN_OUTPUT (advanced)
  20. For details see /home/vagrant/host-compile/catkin_ws/build/pioneer3dx_sim/TryRunResults.cmake
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement