cartographer/cmake/modules
Juraj Oršulić b1855d0d06 Fix Abseil build command (#1350)
@pifon2a I've noticed the `BUILD_COMMAND` is broken. You're setting `ABSL_BUILD_COMMAND`, but using `ABSEIL_BUILD_COMMAND` (effectively empty). Somehow this doesn't confuse newer CMakes, but the one you install on Trusty gets confused and interprets this as a no-op build step. This causes the indigo pipeline in cartographer_ros to fail.

Use the cross-platform build command instead: 
https://cmake.org/cmake/help/latest/module/ExternalProject.html#obtaining-project-properties (just above the linked paragraph)
2018-07-28 17:42:09 +02:00
..
FindAbseil.cmake Fix Abseil build command (#1350) 2018-07-28 17:42:09 +02:00
FindEigen3.cmake Use CMake 3.2. (#1332) 2018-07-25 21:40:06 +02:00
FindGMock.cmake Do not install gmock (#1047) 2018-04-11 13:48:03 +02:00
FindLuaGoogle.cmake CMake bug fixes and performance improvements. (#648) 2017-11-10 12:55:43 +01:00
FindSphinx.cmake Moves the contents of the cartographer subdirectory up one level. 2016-08-03 12:48:29 +02:00