Skip to content

Commit 92a0bd4

Browse files
authored
CPM.cmake redundant return() removed
CPM can work, but this return stop to loading script and functions are unavailable.
1 parent 0bc73f4 commit 92a0bd4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmake/CPM.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ See https://github.com/cpm-cmake/CPM.cmake for more information."
5959
if(${CMAKE_VERSION} VERSION_LESS "3.17.0")
6060
include(FetchContent)
6161
endif()
62-
return()
6362
endif()
6463

6564
get_property(

0 commit comments

Comments
 (0)