On 12/02/2010 05:16 PM, Eric Noulard wrote: > so I would like to put > cmake_minimum_required(VERSION 2.8.4 FATAL_ERROR) > in my test project.
Run "cmake --version" on your built CMake with this change and add that. Perhaps cmake_minimum_required(VERSION 2.8.3.20101202 FATAL_ERROR) The fourth version component is 0 for releases and the date for development versions between releases. Overall the version number always increases. -Brad _______________________________________________ cmake-developers mailing list [email protected] http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
