mirror of
https://github.com/cpm-cmake/CPM.cmake.git
synced 2025-11-17 22:58:14 -05:00
* create FindXXX.cmake modules for added CPM packages * don't use list(PREPEND) as it unsupported on older CMake versions * use CMAKE_BINARY_DIR * ensure CPM.cmake is initialized only once * import CPM.cmake in modules
5 lines
81 B
CMake
5 lines
81 B
CMake
|
|
function(dependency_function)
|
|
message("called external method")
|
|
endfunction()
|