We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parente3e27a9 commitf650e09Copy full SHA for f650e09
libs/network/doc/getting_started.rst
@@ -230,7 +230,7 @@ CMake projects
230
231
Projects using CMake can add the following lines in their ``CMakeLists.txt`` to
232
be able to use:mod:`cpp-netlib`::
233
-
+
234
set ( CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} ~/cpp-netlib-build )
235
find_package ( cppnetlib 0.11.0 REQUIRED )
236
include_directories ( ${CPPNETLIB_INCLUDE_DIRS} )
@@ -240,7 +240,7 @@ be able to use :mod:`cpp-netlib`::
240
is not installed to a location that CMake searches. When:mod:`cpp-netlib`
241
is installed to the default location (``/usr/local``), ``CMake`` can find it.
242
243
-..note::We assume that ``MyApplication`` is the application that you are
+..note::We assume that ``MyApplication`` is the application that you are
244
building and which depends on:mod:`cpp-netlib`.
245
246