Re: [hatari-devel] Small CMAKE diff |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: Hatari devel list <hatari-devel@xxxxxxxxxxxxxxxxxxx>
- Subject: Re: [hatari-devel] Small CMAKE diff
- From: Bob Carpenter <hatari@xxxxxxxxxx>
- Date: Sun, 24 Feb 2019 21:47:01 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ripon89-us.20150623.gappssmtp.com; s=20150623; h=sender:from:content-transfer-encoding:mime-version:subject:date :references:to:in-reply-to:message-id; bh=p5OwIybnlMvQQC0J7GzBaLYn+5MA7orNgF9O6oUzOdA=; b=fEqruj2GXwQ/kf6dl+ddVBP+qc7Cv576IUV/aXLR3hz+8RbgvdDuNwUOMSEnwaQhJM pyfO7MfhPIlTz11SE7lzBseT93jOWohjloeiXFjKFFFgFi5zfhSKuYv/lkglfa/Wece5 qRKC2Ag43X6yLm749m2k1E9smOmi8nLZVhyjWSnbureaIxWWT5ZPjUG11HG06qRuf2cZ GY4Ftu4lxy0NF4SSxNfHGmNpwP2q0safGCmOUJ0uLcf9IZUM9gfrcooNUitWJTq+Tbkq MwPDfdALJ5qPquUGK8c91go4wsanRHZeZPHeCi6N+qYrYJCJ9rq6t9++OUQfxePG4Bds SmHQ==
Thomas,
In CMake 3.12, I could use the syntax of “cmake -G Xcode” from the “hatari” directory without specifying a directory. In CMake 3.13, I have to specify the hatari directory. Since I have never had to do that before, I incorrectly used the src directory. Once I gave it the “hatari” directory, I was able to generate the Xcode project file. Thanks.
Bob C
> On Feb 24, 2019, at 7:19 PM, Thomas Huth <th.huth@xxxxxxxxx> wrote:
>
>
> 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
>
>
>