[hatari-devel] Cmake warning |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: [hatari-devel] Cmake warning
- From: Andreas Grabher <andreas_g86@xxxxxxxxxx>
- Date: Sun, 21 Mar 2021 16:01:09 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=icloud.com; s=1a1hai; t=1616338873; bh=42w3jgkS1uqhZaHRsnHxFnJkZ+WnSKE8nVD6cadMdRQ=; h=From:Content-Type:Subject:Message-Id:Date:To:Mime-Version; b=XEEfBdHzA4djuayAQKt9z7QCrW/Rs5fUs85UBHflcmXFAcmPQ106y4XZdYF+WjJhv GB8fTjusnjG0kH2HcysLvENFFJoujoTe9DeuJIUU4i2g22KV9xLqKgnWOwiXVeGtMH o9cpgT6AVS1oSYe0ZS+lgxOyWtGDbTFFXNtRkpmPu39M8R/LPBrgqJHMkU1hLoJwcK ID4dc60zBy1QWoMeF7C0aTF/BOuT3Mdj0kCWP0nFhg1QOJ4JRQ1QvtNlOOx71KUlsT ze9qs3onHvEbJhJ7PZHH6DLVQ+U7ABhSewjLHqjEh9CEbdTQPSdzDPZGK99Y7jxeco AhAn3X7seqKKA==
When generating an Xcode project from the latest Hatari sources using Cmake (cmake -G Xcode) I get this warning:
CMake Warning:
No source or binary directory provided. Both will be assumed to be the
same as the current working directory, but note that this warning will
become a fatal error in future CMake releases.
Does anyone have an idea how to fix this?
Best wishes,
Andreas