Re: [hatari-devel] Cmake warning |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Cmake warning
- From: Andreas Grabher <andreas_g86@xxxxxxxxxx>
- Date: Fri, 2 Apr 2021 17:05:01 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=icloud.com; s=1a1hai; t=1617375905; bh=wuxtx/Sx5Rb1Zzpg+e1SM2oYOFpRV3OWj+fDg12L+z4=; h=Content-Type:Mime-Version:Subject:From:Date:Message-Id:To; b=a9ChI35cBvQWV+5+xzx4PYd7zJTfH5iNBAsgtnpXeb+scL1rpccrF2X/3zNo52fT0 vY7qqN9aST6zhbqxsEIkhN/WqTlHbpgYWEszjIQeayHP7NjUEpRH9VqPaIQR0MwrAb kQv5N2q31wh4vFbwrvHXtM09EcNP7mM/bSNYv4DIBYimsSPSmaA1oFPG0MgF2V4T5u 0UhOOnXaNuOlehrIgbF5jtOfFuI9cWLgm9kUru85VNZfHH2nnQBbjWa6PzyNFSOZVF Jf0K8/boHt7N41misZVN8oewVm2Ei8/LbJEx+W10ox2m4cVn4ggeTqJ7mRWHRI/A+9 rFE0qK7A11bkw==
Thank you both for the support!
> Am 02.04.2021 um 16:26 schrieb Chang Chong <codemonkey2x@xxxxxxxxx>:
>
> In addition to Thomas’ post, there’s no need to execute “mkdir -p builddir” if you run cmake with the “-B builddir” argument as cmake will make the directory if it doesn’t exist.
>
> Chang
>
>
>> On Apr 2, 2021, at 3:36 AM, Thomas Huth <th.huth@xxxxxxxxx> wrote:
>>
>> Am Fri, 2 Apr 2021 09:54:21 +0200
>> schrieb Andreas Grabher <andreas_g86@xxxxxxxxxx>:
>>
>>> Thank you Thomas and Chang for the answers! For some reason I got
>>> confused because „cmake“ gave an error while „cmake -G Xcode“ just
>>> gave a warning. I avoided the error by using „cmake .“ but didn’t
>>> expect this to be the solution for the warnings with „cmake -G Xcode“
>>> because i thought these were two different problems.
>>>
>>> Is this input a correct implementation of Bob C’s workflow?
>>>
>>> mkdir -p builddir
>>> cmake -G <generator> -S . -B builddir
>>> cmake --build
>>
>> I think the last step would be:
>>
>> cmake --build builddir
>>
>> but apart from that, looks right, yes.
>>
>> Thomas
>>
>>
>
>
>