diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-21 12:47:04 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-21 13:06:44 +0100 |
| commit | b15bf6366bc3b2b714d45b6574235b112d179cce (patch) | |
| tree | 60e5e33750c76dcc42ba30803d0397ac6d822486 /eclass/cmake.eclass | |
| parent | f89bb4967379917829edea82bccab43143f4f949 (diff) | |
| download | kde-b15bf6366bc3b2b714d45b6574235b112d179cce.tar.gz kde-b15bf6366bc3b2b714d45b6574235b112d179cce.tar.bz2 kde-b15bf6366bc3b2b714d45b6574235b112d179cce.zip | |
cmake.eclass: Fix mycmakeargs documentation
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass/cmake.eclass')
| -rw-r--r-- | eclass/cmake.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass index d74b4ffa6c5..e9543c1fd3c 100644 --- a/eclass/cmake.eclass +++ b/eclass/cmake.eclass @@ -362,11 +362,11 @@ cmake_src_prepare() { # @DEFAULT_UNSET # @DESCRIPTION: # Optional cmake defines as a bash array. Should be defined before calling -# src_configure. +# cmake_src_configure. # @CODE # src_configure() { # local mycmakeargs=( -# $(cmake_use_with openconnect) +# $(cmake_use_find_package foo LibFoo) # ) # # cmake_src_configure |
