Files
ceres-solver/docs/source
Alex Stewart d656d34809 Refactor Ceres threading option configuration.
- Previously we had separate variables for each of the threading
  backends, each of which were made mutually exclusive via
  cmake_dependent_option().  This has unfortunate side-effects when
  trying to disable options if they are not currently enabled, in which
  case they are not defined.
- As all the threading options are mutually exclusive, this replaces
  all threading option variables with a single variable: CERES_THREADS,
  which is constrained to take the value of only the available threading
  backends.

Change-Id: I0822eefbac9a30772907b7732add365b37cc8ca0
2018-06-20 23:20:57 +00:00
..
2017-02-16 13:01:45 -08:00
2016-11-27 15:12:11 -08:00
2017-09-25 12:43:14 +02:00
2016-10-13 09:35:18 -07:00
2013-05-23 12:49:35 -07:00
2017-04-17 15:09:28 -07:00
2014-10-08 08:47:34 -07:00
2016-04-24 22:46:54 -07:00