diff --git a/Packaging/setif_value_in_list.cmake b/Packaging/setif_value_in_list.cmake index 673f90b8c2b5bf5a83f215d36a55b7309faa6069..b82650012ce5bbbf603aafcd0cb0eeb7bdd0d880 100644 --- a/Packaging/setif_value_in_list.cmake +++ b/Packaging/setif_value_in_list.cmake @@ -17,6 +17,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # +# This is the list( FIND list value matched ) +# To be removed function(setif_value_in_list matched VALUE list) set(${matched} FALSE PARENT_SCOPE) string(TOLOWER ${VALUE} value)