Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Shuhang Huang
ceres-solver
Commits
4707eb22
Commit
4707eb22
authored
10 years ago
by
Alex Stewart
Browse files
Options
Download
Patches
Plain Diff
Remove use of :caption tag in Sphinx.
Change-Id: I1fb5f2504424506e1bba244bcb8efb25329564d1
parent
3c52ef2f
master
1.14.x
threaded-jacobi
use-find-package
2.2.0
2.2.0rc3
2.2.0rc2
2.2.0rc1
2.1.0
2.1.0rc2
2.1.0rc1
2.0.0
2.0.0rc2
2.0.0rc1
1.14.0
1.14.0rc2
1.14.0rc1
1.13.0
1.13.0rc1
1.12.0
1.12.0rc4
1.12.0rc3
1.12.0rc2
1.12.0rc1
1.11.0
1.11.0rc4
1.11.0rc3
1.11.0rc2
1.11.0rc1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/source/building.rst
+4
-2
docs/source/building.rst
with
4 additions
and
2 deletions
+4
-2
docs/source/building.rst
+
4
−
2
View file @
4707eb22
...
...
@@ -779,8 +779,9 @@ defined as an imported target when CMake processes ``Bar``. An example of the
required
modifications
to
``
FooConfig
.
cmake
``
are
show
below
:
..
code
-
block
::
cmake
:
caption
:
Importing
Ceres
in
FooConfig
.
cmake
using
CMake
2.8
.
x
style
#
Importing
Ceres
in
FooConfig
.
cmake
using
CMake
2.8
.
x
style
.
#
#
When
configure_file
()
is
used
to
generate
FooConfig
.
cmake
from
#
FooConfig
.
cmake
.
in
,
@
Ceres_DIR
@
will
be
replaced
with
the
current
#
value
of
Ceres_DIR
being
used
by
Foo
.
This
should
be
passed
as
a
hint
...
...
@@ -798,8 +799,9 @@ required modifications to ``FooConfig.cmake`` are show below:
endif
()
..
code
-
block
::
cmake
:
caption
:
Importing
Ceres
in
FooConfig
.
cmake
using
CMake
3.
x
style
#
Importing
Ceres
in
FooConfig
.
cmake
using
CMake
3.
x
style
.
#
#
In
CMake
v3
.
x
,
the
find_dependency
()
macro
exists
to
forward
the
REQUIRED
#
/
QUIET
parameters
to
find_package
()
when
searching
for
dependencies
.
#
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets