Glad you got it working.
Am 26.12.2013 21:04 schrieb "Lorence Lombardo" :
> Hello Dan
>
> On 26/12/2013, you wrote:
>
> > cmake isn't the problem here. Did you make sure you could
> > compile hello, world with your wrapper?
> >
> > You may have to come up the unix shell learning curve a bit.
>
>
Hello cmakers,
I am writing to make a suggestion.
Is it possible to add a standard compiler option to the bootstrap ?
ie./eg. "CC=gcc -m68020 -m68881" & "CXX=g++ -m68020 -m68881"
It is possible that there is an architectural problem with the
bootstrap in its current state on my sy
I apologize I found SET_SOURCE_FILES_PROPERTIES which has a non-pluralized
analog of GET_SOURCE_FILE_PROPERTY.
Juan
On Sun, Aug 16, 2009 at 3:16 PM, j s wrote:
> I have some warning messages I need to suppress from a generated source
> file from flex. Is there a way to add a compiler flag for
I have some warning messages I need to suppress from a generated source file
from flex. Is there a way to add a compiler flag for just one source file
in a target? The specific flag I'd like to add for gcc is
Wno-unused-function
Which applies to static functions in the compilation unit.
Juan
__