diff options
| -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 |
