Skip to content

Commit 02273ef

Browse files
committed
sdh_cmake: not necessarily in current directory
1 parent 6ded2a3 commit 02273ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/doc/en/developer/packaging.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -497,10 +497,10 @@ should not need to add it yourself.
497497
498498
The following are also available, but rarely used.
499499
500-
- ``sdh_cmake [...]``: Runs ``cmake`` in the current directory with the given
501-
arguments, as well as additional arguments (assuming packages are using the
502-
GNUInstallDirs module) so that ``CMAKE_INSTALL_PREFIX`` and
503-
``CMAKE_INSTALL_LIBDIR`` are set correctly.
500+
- ``sdh_cmake [...]``: Runs ``cmake`` with the given arguments, as well as
501+
additional arguments (assuming packages are using the GNUInstallDirs module)
502+
so that ``CMAKE_INSTALL_PREFIX`` and ``CMAKE_INSTALL_LIBDIR`` are set
503+
correctly.
504504
505505
- ``sdh_preload_lib EXECUTABLE SONAME``: (Linux only -- no-op on other
506506
platforms.) Check shared libraries loaded by ``EXECUTABLE`` (may be a

0 commit comments

Comments
 (0)