mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 12:40:06 +00:00
8302608a74
Use a dedicated test input file for the file() hash API tests. Set attribute crlf=input so it is always checked out correctly.
3 lines
81 B
CMake
3 lines
81 B
CMake
file(SHA1 ${CMAKE_CURRENT_LIST_DIR}/File-HASH-Input.txt sha1)
|
|
message("${sha1}")
|