[hatari-devel] CMake build system

Thomas H. th.huth at gmx.de
Sat Jan 16 22:44:40 CET 2010


> Datum: Sat, 16 Jan 2010 22:36:00 +0100
> Von: Christer Solskogen <christer.solskogen at gmail.com>

> On Sat, Jan 16, 2010 at 9:28 PM, Thomas H. <th.huth at gmx.de> wrote:
> >> Datum: Sat, 16 Jan 2010 20:57:42 +0100
> >> Von: Christer Solskogen <christer.solskogen at gmail.com>
> >>
> >> Error report!
> >>
> >> tenderheart:hatari solskogen$ ./configure
> >> CMake Error at cmake/FindReadline.cmake:11
> >> (FIND_PACKAGE_HANDLE_STANDARD_ARGS):
> >>   Unknown CMake command "FIND_PACKAGE_HANDLE_STANDARD_ARGS".
> >> Call Stack (most recent call first):
> >>   CMakeLists.txt:34 (find_package)
> >
> > Thanks for the feedback, Christer!
> >
> > Could you please check which version of CMake you are using?
> >
> 
> Sure thing! cmake version 2.8.0

Ok, I am using CMake version 2.6, so this shouldn't be a problem...

Hmm, could you try adding the following line somewhere before the FIND_PACKAGE_HANDLE_STANDARD_ARGS line in cmake/FindReadline.cmake:

INCLUDE(FindPackageHandleStandardArgs)

I hope that fixes this issue...

 Thomas



More information about the hatari-devel mailing list