mirror of
https://github.com/reactos/CMake.git
synced 2025-02-07 20:38:49 +00:00
![Brad King](/assets/img/avatar_default.png)
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
78 B
CMake
3 lines
78 B
CMake
file(MD5 ${CMAKE_CURRENT_LIST_DIR}/File-HASH-Input.txt md5)
|
|
message("${md5}")
|