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: Bob Carpenter <hatari@xxxxxxxxxx>
- Date: Sun, 24 Feb 2019 14:33:44 -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=reymFS7u+a0jq8uJIVAW5LleF15eH+5toXfsqmwJXrg=; b=cVoqqSjMjs0Fpq51MjSVqdwFilqX1YN9BSMCXrFif3YizPDN+QTYRdUZdLSPtczp4k ve8xOnJ7yFsT6u6Uu8Ye4vUDd0a+VYQfL17ipxE3aiJOR0ichsc7tXAceQVpUY3on44o J7Ggle34Ty/2L1YX1Io0RTjTXmYJCvhLjpORfxJgXUI6yuVeSgT+OVypZVOPUt7Y6Ytu hUsHixQ5rnydREFN4qJt0KTymqm56jgfVBy8PFunsCuLp3jCzgh0BL8MZosMijdOUx0L 3ItarOLGNbHItq0c1glw0RRp34BcZHc3LaWiOyU2IiHcHa7tKjZE53LxZIxq8wpcV1WY 1mJA==
Is there any plan to support cmake 3.3? I have gotten various errors when attempting to generate an Xcode project file. First, it wants me to give the directory to the Hatari source (which 3.2 has never requested).
CMake Error at CMakeLists.txt:193 (install):
install TARGETS given no RUNTIME DESTINATION for executable target
"hatari".
CMake Error at CMakeLists.txt:194 (install):
install FILES given no DESTINATION!
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)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000”.
Unfortunately, I do not have cmake knowledge. I use it simply to generate the necessary Xcode project file. For now, I have reverted to cmake 3.2 in order to generate the Xcode project.
Bob C
> On Feb 23, 2019, at 11:56 PM, Thomas Huth <th.huth@xxxxxxxxx> wrote:
>
> Am Tue, 19 Feb 2019 22:52:28 +0100
> schrieb Nicolas Pomarède <npomarede@xxxxxxxxxxxx>:
>
>> Now I just tested it and I can still crosscompile the 32 and 64 bit
>> version of Hatari for windows with my mingw setup.
>> So I think it can be committed.
>
> Ok, thanks for checking! I've pushed it now to the repo.
>
> Thomas
>
>