1 | initial version |
It's normal with the default CMake.
$ cmake --version cmake version 2.6-patch 4
if you look the documentation[1] of CMake you will not see the function : string(< MD5|SHA1|SHA224|SHA256|SHA384|SHA512> < output variable> < input>)
one solution is to comment the line (what I did) or upgrade cmake to a newest version [2].
[1] http://www.cmake.org/cmake/help/cmake2.6docs.html#command:string
[2] http://www.cmake.org/cmake/help/v2.8.8/cmake.html#command:string
2 | No.2 Revision |
It's normal with the default CMake.CMake on CentOS 6.5
$ cmake --version cmake version 2.6-patch 4
if you look the documentation[1] of CMake you will not see the function : string(< MD5|SHA1|SHA224|SHA256|SHA384|SHA512> < output variable> < input>)
one solution is to comment the line (what I did) or upgrade cmake to a newest version [2].
[1] http://www.cmake.org/cmake/help/cmake2.6docs.html#command:string
[2] http://www.cmake.org/cmake/help/v2.8.8/cmake.html#command:string