Re: [CMake] Using an alternative version of a tool during the build of a project

2012-12-14 Thread Cosmere Infahm
Just wanted to know if there was a better way other than "fixing" the path in the CMakeLists.txt for the project. For now this what I intend to try. -- On Fri, Dec 14, 2012 at 1:03 PM, Rolf Eike Beer wrote: > Am , schrieb Cosmere Infahm: > > Hello, >> >> I

[CMake] Using an alternative version of a tool during the build of a project

2012-12-14 Thread Cosmere Infahm
Hello, I have a project that depends on autoconf 2.68 or later. But the default version of autoconf on my build distro is older. So I have private version of autoconf 2.68 that I would like to build and use to build my project. What is the recommended approach to forcing the use of the private ve