[Cmake-commits] [cmake-commits] hoffman committed complex.cxx 1.98 1.98.2.2

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Oct 24 11:19:00 EDT 2008


Update of /cvsroot/CMake/CMake/Tests/ComplexOneConfig/Executable
In directory public:/mounts/ram/cvs-serv25234/Tests/ComplexOneConfig/Executable

Modified Files:
      Tag: CMake-2-6
	complex.cxx 
Log Message:
ENH: merge in changes for 2.6.3 RC 1


Index: complex.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/ComplexOneConfig/Executable/complex.cxx,v
retrieving revision 1.98
retrieving revision 1.98.2.2
diff -C 2 -d -r1.98 -r1.98.2.2
*** complex.cxx	22 Jan 2008 14:13:04 -0000	1.98
--- complex.cxx	24 Oct 2008 15:18:58 -0000	1.98.2.2
***************
*** 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