Skip to content

Commit 40cdb97

Browse files
Merge pull request #834 from IntelPython/fix-find-intel-sycl
endfunction must use matching name or warnings
1 parent 83bd76f commit 40cdb97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsyclinterface/cmake/modules/FindIntelSycl.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function(versions_greater_equal VERSION_STR1 VERSION_STR2 OUTPUT)
7979
set(${OUTPUT} TRUE PARENT_SCOPE)
8080
endif()
8181
endforeach()
82-
endfunction(compare_versions)
82+
endfunction(versions_greater_equal)
8383

8484
# Check if dpcpp is available
8585
execute_process(

0 commit comments

Comments
 (0)