mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03:00
Provide a CMake-language binding to the md5sum function previously available only by "cmake -E md5sum".
2 lines
59 B
CMake
2 lines
59 B
CMake
file(MD5 ${CMAKE_CURRENT_LIST_DIR}/DoesNotExist.cmake md5)
|