This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
7baa55ac0b
CMake
/
Tests
/
CMakeTests
/
File-MD5-NoFile.cmake
2 lines
59 B
CMake
Raw
Normal View
History
Unescape
Escape
Add file(MD5) command to compute cryptographic hash Provide a CMake-language binding to the md5sum function previously available only by "cmake -E md5sum".
2011-11-16 05:39:36 +04:00
file
(
MD5
${
CMAKE_CURRENT_LIST_DIR
}
/DoesNotExist.cmake
md5
)