[Cmake-commits] [cmake-commits] martink committed complex.cxx 1.98 1.99
cmake-commits at cmake.org
cmake-commits at cmake.org
Thu Jun 26 13:01:37 EDT 2008
Update of /cvsroot/CMake/CMake/Tests/Complex/Executable
In directory public:/mounts/ram/cvs-serv10873/Tests/Complex/Executable
Modified Files:
complex.cxx
Log Message:
ENH: support parenthesis as arguments and in conditionals feature request #6191
Index: complex.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/Complex/Executable/complex.cxx,v
retrieving revision 1.98
retrieving revision 1.99
diff -C 2 -d -r1.98 -r1.99
*** complex.cxx 22 Jan 2008 14:13:04 -0000 1.98
--- complex.cxx 26 Jun 2008 17:01:35 -0000 1.99
***************
*** 370,373 ****
--- 370,379 ----
#endif
+ #ifdef CONDITIONAL_PARENTHESES
+ cmPassed("CONDITIONAL_PARENTHESES did work");
+ #else
+ cmFailed("CONDITIONAL_PARENTHESES did not work");
+ #endif
+
if(file2() != 1)
{
More information about the Cmake-commits
mailing list