From a16ffd61f492587591732cefc03e7e15a69278c1 Mon Sep 17 00:00:00 2001 From: Antoine Regimbeau <antoine.regimbeau@c-s.fr> Date: Wed, 10 Jul 2019 11:36:19 +0200 Subject: [PATCH] Future work: replace function setif_value_in_list by list(FIND) --- Packaging/setif_value_in_list.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Packaging/setif_value_in_list.cmake b/Packaging/setif_value_in_list.cmake index 673f90b8c2..b82650012c 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) -- GitLab