zezer3 / cmaked2

Automatically exported from code.google.com/p/cmaked2
0 stars 0 forks source link

bad ';' in compiler flags for tests #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The fix for this is simple.  CMake lists are ; separated.  Change to whitespace 
separated with enclosing quotes.  See FAQ here
http://www.paraview.org/Wiki/CMake_FAQ#Why_do_I_have_unwanted_semicolons_.3B_in_
my_compiler_flags.3F

I already pushed the fix.

Original issue reported on code.google.com by kingshiz...@gmail.com on 4 Sep 2010 at 9:28

GoogleCodeExporter commented 9 years ago

Original comment by jens.k.mueller@gmail.com on 3 Nov 2010 at 8:39