Ask Your Question

mcarteaux's profile - activity

2015-09-23 04:24:29 -0600 received badge  Nice Answer (source)
2014-03-31 08:34:46 -0600 received badge  Teacher (source)
2013-12-18 02:27:17 -0600 received badge  Editor (source)
2013-12-18 02:26:16 -0600 received badge  Critic (source)
2013-12-18 02:05:18 -0600 answered a question Building opencv-2.4.7 on CentOS 6

It's normal with the default 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