2010/12/2 Brad King <[email protected]>: > 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.
Shoud work as expected I'll try that. Thank you Brad. -- Erk Membre de l'April - « promouvoir et défendre le logiciel libre » - http://www.april.org _______________________________________________ cmake-developers mailing list [email protected] http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
