[LyX/2.3.x] Cmake build: Remove cmake warnings about mismatched values of FindPackageHandleStandardArgs()
Stephan Witt
st.witt at gmx.net
Fri Feb 14 16:22:47 UTC 2020
Am 14.02.2020 um 16:44 schrieb Kornel Benko <kornel at lyx.org>:
>
> Am Fri, 14 Feb 2020 15:57:45 +0100
> schrieb Stephan Witt <st.witt at gmx.net>:
>
>> Am 08.02.2020 um 21:55 schrieb Kornel Benko <kornel at lyx.org>:
>>>
>>> commit a47dec6b4a91ca59a8d9d4431ecedd77f8ffc7e7
>>> Author: Kornel Benko <kornel at lyx.org>
>>> Date: Mon Jan 27 10:44:14 2020 +0100
>>>
>>> Cmake build: Remove cmake warnings about mismatched values of
>>> FindPackageHandleStandardArgs()
>>>
>>> (cherry picked from commit 9fdc00fe2a2b2db752ca244eac3d14e708d5caba)
>>> ---
>>> CMakeLists.txt | 2 +-
>>> development/cmake/modules/FindENCHANT.cmake | 22 ++++++++++++++++++++++
>>> development/cmake/modules/FindHUNSPELL.cmake | 21 +++++++++++++++++++++
>>> 3 files changed, 44 insertions(+), 1 deletions(-)
>>
>> Hi Kornel,
>>
>> I don’t know how this goes on Windows. But on Mac this breaks for checkouts
>> in file systems with case insensitive file names. At least I have problems
>> to switch between master and 2.3.x branch now.
>>
>> I don’t know how to proceed. Do you have an idea?
>
> I use a 'git clone'-dir for 2.3.x
I have a separate checkout too. But there it is the same.
> Here I use normally
> git fetch
> git stash clear
> git stash save --include-untracked
> git pull --rebase
> git stash pop
Normally I don’t like to loose my stash.
>
>> error: cannot pull with rebase: You have unstaged changes.
>> error: please commit or stash them.
>>
>> $ (cd development/cmake/modules ;ls -l )
>> total 288
>
> Does this help?
No. Unfortunately not.
Stephan
More information about the lyx-devel
mailing list