[LyX/master] Cmake build: Next try to use of '--std=c++17' for gnu compiler"
Kornel Benko
kornel at lyx.org
Thu Oct 22 17:23:46 UTC 2020
Am Thu, 22 Oct 2020 19:15:46 +0200
schrieb Kornel Benko <kornel at lyx.org>:
> Am Thu, 22 Oct 2020 13:07:02 -0400
> schrieb Scott Kostyshak <skostysh at lyx.org>:
>
> > -- CMAKE_COMPILER_IS_GNUCXX = 1
> > CMake Error at CMakeLists.txt:702 (if):
> > if given arguments:
> >
> > "stdfeature" "GREATER_EQUAL" "0"
> >
> > Unknown arguments specified
> >
> >
> > -- Configuring incomplete, errors occurred!
> > See also "/home/scott/lyxbuilds/master/CMakeBuild/CMakeFiles/CMakeOutput.log".
> >
> > Scott
>
> Sorry. Can you try to check the syntax for 'if' in your cmake?
>
> Variable ${stdfeature} should be '-1' or some integer >= 0
>
> Kornel
Please try
if (stdfeature GREATER -1)
Kornel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: Digitale Signatur von OpenPGP
URL: <http://lists.lyx.org/pipermail/lyx-devel/attachments/20201022/d2dae086/attachment.asc>
More information about the lyx-devel
mailing list