Skip to content
Snippets Groups Projects
Commit 5f9eafda authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

Bug 1310: Minor textual corrections.

parent 3debceb2
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ if(NOT DEFINED LOFAR_MACROS_INCLUDED)
# Add a library like add_library() does.
# Furthermore:
# - Add the library to the list of libraries for the current package
# (global property ${PACKAGE_NAME}_LIBRARIES).
# (global property ${PACKAGE_NAME}_LIBRARIES), unless it is a module.
# - Set the link dependencies of this library on other LOFAR libraries
# (variable ${PACKAGE_NAME}_LINK_LIBRARIES) and external libraries
# (variable LOFAR_EXTRA_LIBRARIES).
......@@ -85,7 +85,7 @@ if(NOT DEFINED LOFAR_MACROS_INCLUDED)
#
# Note: link dependencies are determined by examining the link dependencies
# of the libraries in the LOFAR packages that the current package depends
# on. For this to work, each package must have have been defined using
# on. For this to work, each package must have been defined using
# lofar_package().
# --------------------------------------------------------------------------
macro(lofar_add_library _name)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment