Am Thu, 22 Oct 2020 19:15:46 +0200
schrieb Kornel Benko <kor...@lyx.org>:

> Am Thu, 22 Oct 2020 13:07:02 -0400
> schrieb Scott Kostyshak <skost...@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

Attachment: pgpz8HjIufTnR.pgp
Description: Digitale Signatur von OpenPGP

-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to