Eero,
I should have said CMake 3.13 instead of CMake 3.3 in my original email. CMake is not at 3.7.2. I assume you are referring to make instead of CMake. On macOS Mojave, GNU Make is at 3.81. As a macOS user, I need to use CMake to generate an Xcode project which allows me to create a macOS application package. I have had to revert to CMake 3.12 in order to generate the necessary Xcode project file.
Hi, On 2/25/19 12:33 AM, Bob Carpenter wrote: 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).
Those seem pretty ancient versions. My stable Linux distro has CMake v3.7.2 (which works fine), but latest distro versions are already at CMake version 3.13. 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)
Or did you actually mean CMake v3.13? - Eero 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
|