Hi,
I am studying to compile an application using CMake in Cygwin. I am
installing a file using the install command based on the value of
CONFIGURATIONS variable.
May I know the default configuration (debug, release) in cygwin
I get Debug folders in the build directory when I build the same proj
On Friday 26 April 2013, Glenn Coombs wrote:
> No, the yuv_player_automoc.cpp file is not removed on a clean (nor are the
> other moc_*.cpp files). Having just modified ctrlBasic.cpp and
> ctrlBasic.h:
>
> $ ls -ltr moc* ../ctrlMenu/ctrlBasic.*
> -rwxr-xr-x+ 1 glenn.coombs Domain Users 4366 Apr
Hi Lucas,
Since you can build this code manually, try running 'make VERBOSE=1' from your
CMake-based build and compare the flags and options that are used by CMake vs.
what you would do w/o CMake. This exercise should give you enough information
to get the CMake-based build working by modifyin
On 4/26/2013 4:35 AM, Matthias Kretz wrote:
Which is the correct behavior. And I'd like my dashboard to tell me that it
works. Without building or "testing". The test in this case consists of making
sure that my cmake script aborts with the right error message.
>I thought you might have tes
On Thursday 25 April 2013 10:30:14 Bill Hoffman wrote:
> On 4/25/2013 10:05 AM, Matthias Kretz wrote:
> > I'm not sure we're talking about the same thing. I'm talking about
> > ctest_configure - i.e. before build or tests. IIUC you're talking about
> > regex matching at ctest_test?
>
> But, if you
No, the yuv_player_automoc.cpp file is not removed on a clean (nor are the
other moc_*.cpp files). Having just modified ctrlBasic.cpp and ctrlBasic.h:
$ ls -ltr moc* ../ctrlMenu/ctrlBasic.*
-rwxr-xr-x+ 1 glenn.coombs Domain Users 4366 Apr 25 15:04
moc_ctrlBasic.cpp*
-rwxr-xr-x+ 1 glenn.coombs Do