From aa495ff7584de5a69077903d59196d526597cea4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96nder=20G=C3=B6rmez?= Date: Sun, 27 Mar 2022 14:48:55 +0300 Subject: [PATCH] Fix typo --- docs/markdown/CMake-module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/CMake-module.md b/docs/markdown/CMake-module.md index a5c0c7e0e..c531756a1 100644 --- a/docs/markdown/CMake-module.md +++ b/docs/markdown/CMake-module.md @@ -163,7 +163,7 @@ following methods are supported: - `set_install(bool)` override whether targets should be installed or not - `append_compile_args(lang, arg1, ...)` append compile flags for a specific language to the targets - - `append_link_args(arg1, ...)` append linger args to the targets + - `append_link_args(arg1, ...)` append linker args to the targets - `clear()` reset all data in the `cmake options` object The methods `set_override_option`, `set_install`,