fixup! chore: update to CPM

This commit is contained in:
Tobias Schmidl 2025-06-16 21:04:10 +02:00
parent 781fa188ef
commit 002bd3918d
4 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@ if(NOT PROJECT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
return()
endif()
include(${CMAKE_CURRENT_LIST_DIR}/CPM.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/get_cpm.cmake)
# enables sanitizers support using the the `USE_SANITIZER` flag available values are: Address, Memory, MemoryWithOrigins, Undefined, Thread,
# Leak, 'Address;Undefined'