This website requires JavaScript.
Explore
Help
Register
Sign In
reactos
/
CMake
Watch
1
Star
0
Fork
0
You've already forked CMake
mirror of
https://github.com/reactos/CMake.git
synced
2024-11-25 12:40:06 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
fff9434d45
CMake
/
Tests
/
CMakeTests
/
File-SHA256-Works.cmake
3 lines
87 B
CMake
Raw
Normal View
History
Unescape
Escape
Fix CMake.File hash test for CRLF checkouts Use a dedicated test input file for the file() hash API tests. Set attribute crlf=input so it is always checked out correctly.
2011-11-16 16:26:10 +00:00
file
(
SHA256
${
CMAKE_CURRENT_LIST_DIR
}
/File-HASH-Input.txt
sha256
)
Add file(SHA*) commands to compute cryptographic hashes Add a file() command API for SHA1, SHA224, SHA256, SHA384, and SHA512.
2011-11-16 01:32:43 +00:00
message
(
"${sha256}"
)
Reference in New Issue
Copy Permalink