From b15bf6366bc3b2b714d45b6574235b112d179cce Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 21 Feb 2021 12:47:04 +0100 Subject: cmake.eclass: Fix mycmakeargs documentation Signed-off-by: Andreas Sturmlechner --- eclass/cmake.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass/cmake.eclass') 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 -- cgit v1.2.3