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 3633352 commit 427c00bCopy full SHA for 427c00b
cmake/rsp/testing/asserts.cmake
@@ -171,7 +171,7 @@ endif ()
171
172
if (NOT COMMAND "assert_in_list")
173
174
- #! assert_in_list : Assert key (value) to be inlist
+ #! assert_in_list : Assert key (value) to be in given list
175
#
176
# @see https://cmake.org/cmake/help/latest/command/if.html#in-list
177
@@ -196,7 +196,7 @@ endif ()
196
197
if (NOT COMMAND "assert_not_in_list")
198
199
- #! assert_not_in_list : Assert key (value) not to be inlist
+ #! assert_not_in_list : Assert key (value) not to be in given list
200
201
202
0 commit comments