We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bfef45 commit 9b13957Copy full SHA for 9b13957
cmake/rsp-cmake-scripts-config.cmake.in
@@ -3,4 +3,9 @@
3
message(NOTICE "RSP CMake Scripts Config file...")
4
5
# TODO: Test of variable...
6
-set(RSP_FOO "bar" PARENT_SCOPE)
+set(RSP_FOO "bar" PARENT_SCOPE)
7
+
8
+# "[...] should be called at the end of the package configuration file even if the package does not have any
9
+# components. [...]"
10
+# @see https://cmake.org/cmake/help/git-stage/guide/importing-exporting/index.html#creating-a-package-configuration-file
11
+check_required_components("rsp-cmake-scripts")
0 commit comments