Re: [hatari-devel] Small CMAKE diff |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Small CMAKE diff
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Mon, 25 Feb 2019 04:19:17 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1551064759; bh=fvt/pakFtwW7q3VkFJKh7+SiGVX5nSVaHaYOwe/PtwA=; h=Date:From:To:Subject:From; b=oojMXbvQsU5MBYICRx/OLrkbHSDfoXBuz1IfXw8/WfL3DkX1CDBP1pxK4LTUWfU/Q mrvfVZxpyp4/jkU1rnwa/+61fLeS2hRib+Ij9fhCyqPo17qHLxpdVMPInIBvC0CG7P I69mrPMXfOyK1Y2vlOT7NVGIYY3whRS9bDEyAc1QlS7pKPtZv312teXdJ081smHip2 WRa7h2+/+fOKMmB4DHj6XKnWENPJzt7B5/dxt9qH3og1dPXPUB0/khErSLS5HlOexH zxpe7FQmV/4fxyTlHpnuodhKzzuPZ1VMiXKv5NwX3bj78ZTF26+eWdYniVJe5KPWry e66MxSy2H+/Og==
Hi Bob,
Am Sun, 24 Feb 2019 15:14:22 -0800
schrieb Bob Carpenter <hatari@xxxxxxxxxx>:
> I should have said CMake 3.13 instead of CMake 3.3 in my original
> email.
I just downloaded and installed CMake 3.13 on my Linux system here, and
Hatari compiles with it without problems.
> >> CMake Warning (dev) in CMakeLists.txt:
> >> No cmake_minimum_required command is present. A line of code
> >> such as cmake_minimum_required(VERSION 3.13)
Therre is a cmake_minimum_required statement at the very beginning of
the CMakeLists.txt in the top directory. Are you sure that you pointed
CMake to the right (i.e. top-most) folder? Or did you maybe
accidentally point it to the "src" folder instead?
Thomas