File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 2828
2929cmake_minimum_required (VERSION 3.14 FATAL_ERROR)
3030
31- set (CURRENT_CPM_VERSION 0.15)
31+ set (CURRENT_CPM_VERSION 0.15.1)
3232
3333if (CPM_DIRECTORY)
3434 if (NOT ${CPM_DIRECTORY} MATCHES ${CMAKE_CURRENT_LIST_DIR} )
3535 if (${CPM_VERSION} VERSION_LESS ${CURRENT_CPM_VERSION} )
3636 message (AUTHOR_WARNING "${CPM_INDENT} \
37- A dependency is using a more recent CPM (${NEW_CPM_VERSION } ) than the current project (${CPM_VERSION} ). \
37+ A dependency is using a more recent CPM version (${CURRENT_CPM_VERSION } ) than the current project (${CPM_VERSION} ). \
3838It is recommended to upgrade CPM to the most recent version. \
39- See https://github.com/TheLartians/CPM for more information."
39+ See https://github.com/TheLartians/CPM.cmake for more information."
4040 )
4141 endif ()
42+ return ()
4243 endif ()
4344endif ()
4445
You can’t perform that action at this time.
0 commit comments