Skip to content

Commit

Permalink
sdh_cmake: not necessarily in current directory
Browse files Browse the repository at this point in the history
  • Loading branch information
gmou3 committed Dec 15, 2024
1 parent 6ded2a3 commit 02273ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/doc/en/developer/packaging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -497,10 +497,10 @@ should not need to add it yourself.
The following are also available, but rarely used.
- ``sdh_cmake [...]``: Runs ``cmake`` in the current directory with the given
arguments, as well as additional arguments (assuming packages are using the
GNUInstallDirs module) so that ``CMAKE_INSTALL_PREFIX`` and
``CMAKE_INSTALL_LIBDIR`` are set correctly.
- ``sdh_cmake [...]``: Runs ``cmake`` with the given arguments, as well as
additional arguments (assuming packages are using the GNUInstallDirs module)
so that ``CMAKE_INSTALL_PREFIX`` and ``CMAKE_INSTALL_LIBDIR`` are set
correctly.
- ``sdh_preload_lib EXECUTABLE SONAME``: (Linux only -- no-op on other
platforms.) Check shared libraries loaded by ``EXECUTABLE`` (may be a
Expand Down

0 comments on commit 02273ef

Please # to comment.