Skip to content

Commit

Permalink
CPM.cmake redundant return() removed
Browse files Browse the repository at this point in the history
CPM can work, but this return stop to loading script and functions are unavailable.
  • Loading branch information
artiomn authored Nov 21, 2024
1 parent 0bc73f4 commit 92a0bd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/CPM.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ See https://github.com/cpm-cmake/CPM.cmake for more information."
if(${CMAKE_VERSION} VERSION_LESS "3.17.0")
include(FetchContent)
endif()
return()
endif()

get_property(
Expand Down

0 comments on commit 92a0bd4

Please sign in to comment.