Merge topic 'doc-spelling-formatting-issue-12287'
d66459b Documentation: Fix spelling / formatting errors (#12287)
This commit is contained in:
commit
2822bd184d
@ -1,15 +1,11 @@
|
|||||||
# - Find Armadillo
|
# - Find Armadillo
|
||||||
# Find the Armadillo C++ library
|
# Find the Armadillo C++ library
|
||||||
#
|
#
|
||||||
#
|
# Using Armadillo:
|
||||||
# == Using Armadillo: ==
|
# find_package(Armadillo REQUIRED)
|
||||||
# find_package(Armadillo RECQUIRED)
|
|
||||||
# include_directories(${ARMADILLO_INCLUDE_DIRS})
|
# include_directories(${ARMADILLO_INCLUDE_DIRS})
|
||||||
# add_executable(foo foo.cc)
|
# add_executable(foo foo.cc)
|
||||||
# target_link_libraries(foo ${ARMADILLO_LIBRARIES})
|
# target_link_libraries(foo ${ARMADILLO_LIBRARIES})
|
||||||
#
|
|
||||||
#=============================================================================
|
|
||||||
#
|
|
||||||
# This module sets the following variables:
|
# This module sets the following variables:
|
||||||
# ARMADILLO_FOUND - set to true if the library is found
|
# ARMADILLO_FOUND - set to true if the library is found
|
||||||
# ARMADILLO_INCLUDE_DIRS - list of required include directories
|
# ARMADILLO_INCLUDE_DIRS - list of required include directories
|
||||||
@ -19,7 +15,6 @@
|
|||||||
# ARMADILLO_VERSION_PATCH - patch version number
|
# ARMADILLO_VERSION_PATCH - patch version number
|
||||||
# ARMADILLO_VERSION_STRING - version number as a string (ex: "1.0.4")
|
# ARMADILLO_VERSION_STRING - version number as a string (ex: "1.0.4")
|
||||||
# ARMADILLO_VERSION_NAME - name of the version (ex: "Antipodean Antileech")
|
# ARMADILLO_VERSION_NAME - name of the version (ex: "Antipodean Antileech")
|
||||||
#
|
|
||||||
|
|
||||||
#=============================================================================
|
#=============================================================================
|
||||||
# Copyright 2011 Clement Creusot <creusot@cs.york.ac.uk>
|
# Copyright 2011 Clement Creusot <creusot@cs.york.ac.uk>
|
||||||
|
@ -69,7 +69,7 @@ We can also infer the edge
|
|||||||
because *every* time A appears B is seen on its right. We do not know
|
because *every* time A appears B is seen on its right. We do not know
|
||||||
whether A really needs symbols from B to link, but it *might* so we
|
whether A really needs symbols from B to link, but it *might* so we
|
||||||
must preserve their order. This is the case also for the following
|
must preserve their order. This is the case also for the following
|
||||||
explict lists:
|
explicit lists:
|
||||||
|
|
||||||
X: A B Y
|
X: A B Y
|
||||||
Y: A B
|
Y: A B
|
||||||
|
@ -590,7 +590,7 @@ void cmTarget::DefineProperties(cmake *cm)
|
|||||||
"For an executable with exports (see the ENABLE_EXPORTS property) "
|
"For an executable with exports (see the ENABLE_EXPORTS property) "
|
||||||
"no default transitive link dependencies are used. "
|
"no default transitive link dependencies are used. "
|
||||||
"This property replaces the default transitive link dependencies with "
|
"This property replaces the default transitive link dependencies with "
|
||||||
"an explict list. "
|
"an explicit list. "
|
||||||
"When the target is linked into another target the libraries "
|
"When the target is linked into another target the libraries "
|
||||||
"listed (and recursively their link interface libraries) will be "
|
"listed (and recursively their link interface libraries) will be "
|
||||||
"provided to the other target also. "
|
"provided to the other target also. "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user