summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/cmake_module_path.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/cmake_module_path.md')
-rw-r--r--docs/markdown/snippets/cmake_module_path.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/markdown/snippets/cmake_module_path.md b/docs/markdown/snippets/cmake_module_path.md
deleted file mode 100644
index 7beb453a8..000000000
--- a/docs/markdown/snippets/cmake_module_path.md
+++ /dev/null
@@ -1,9 +0,0 @@
-## Added `cmake_module_path` and `cmake_args` to dependency
-
-The CMake dependency backend can now make use of existing `Find<name>.cmake`
-files by setting the `CMAKE_MODULE_PATH` with the new `dependency()` property
-`cmake_module_path`. The paths given to `cmake_module_path` should be relative
-to the project source directory.
-
-Furthermore the property `cmake_args` was added to give CMake additional
-parameters.