diff options
Diffstat (limited to 'docs/manual/adding-packages-cmake.txt')
-rw-r--r-- | docs/manual/adding-packages-cmake.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/manual/adding-packages-cmake.txt b/docs/manual/adding-packages-cmake.txt index 4373423d33..29f2b8f127 100644 --- a/docs/manual/adding-packages-cmake.txt +++ b/docs/manual/adding-packages-cmake.txt @@ -126,9 +126,6 @@ typical packages will therefore only use a few of them. for most CMake packages, but it is still possible to override it if needed. -* +LIBFOO_CLEAN_OPT+ contains the make options used to clean the - package. By default, the value is +clean+. - With the CMake infrastructure, all the steps required to build and install the packages are already defined, and they generally work well for most CMake-based packages. However, when required, it is still |