File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ CMake projects
230
230
231
231
Projects using CMake can add the following lines in their ``CMakeLists.txt `` to
232
232
be able to use :mod: `cpp-netlib `::
233
-
233
+
234
234
set ( CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} ~/cpp-netlib-build )
235
235
find_package ( cppnetlib 0.11.0 REQUIRED )
236
236
include_directories ( ${CPPNETLIB_INCLUDE_DIRS} )
@@ -240,7 +240,7 @@ be able to use :mod:`cpp-netlib`::
240
240
is not installed to a location that CMake searches. When :mod: `cpp-netlib `
241
241
is installed to the default location (``/usr/local ``), ``CMake `` can find it.
242
242
243
- .. note :: We assume that ``MyApplication`` is the application that you are
243
+ .. note :: We assume that ``MyApplication`` is the application that you are
244
244
building and which depends on :mod: `cpp-netlib `.
245
245
246
246
You can’t perform that action at this time.
0 commit comments