From f11703618d30589a77d001a2abcd4e8156a845d4 Mon Sep 17 00:00:00 2001 From: Oleksandr Pavlyk Date: Fri, 13 May 2022 06:56:32 -0500 Subject: [PATCH] endfunction must use matching name or warnings --- libsyclinterface/cmake/modules/FindIntelSycl.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsyclinterface/cmake/modules/FindIntelSycl.cmake b/libsyclinterface/cmake/modules/FindIntelSycl.cmake index ff38800857..4c7a880d9e 100644 --- a/libsyclinterface/cmake/modules/FindIntelSycl.cmake +++ b/libsyclinterface/cmake/modules/FindIntelSycl.cmake @@ -79,7 +79,7 @@ function(versions_greater_equal VERSION_STR1 VERSION_STR2 OUTPUT) set(${OUTPUT} TRUE PARENT_SCOPE) endif() endforeach() -endfunction(compare_versions) +endfunction(versions_greater_equal) # Check if dpcpp is available execute_process(