[Cmake-commits] [cmake-commits] hoffman committed CMakePlatformId.h.in 1.4 1.5

cmake-commits at cmake.org cmake-commits at cmake.org
Sat Nov 21 09:39:34 EST 2009


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv23459

Modified Files:
	CMakePlatformId.h.in 
Log Message:
Fix the build for non-MS compilers.


Index: CMakePlatformId.h.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/CMakePlatformId.h.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -C 2 -d -r1.4 -r1.5
*** CMakePlatformId.h.in	20 Nov 2009 02:58:42 -0000	1.4
--- CMakePlatformId.h.in	21 Nov 2009 14:39:30 -0000	1.5
***************
*** 99,105 ****
  
  # else /* unknown architecture */
! #  defined ARCHITECTURE_ID ""
  # endif
  
  #endif
  
--- 99,107 ----
  
  # else /* unknown architecture */
! #  define ARCHITECTURE_ID ""
  # endif
  
+ #else
+ #  define ARCHITECTURE_ID ""
  #endif
  



More information about the Cmake-commits mailing list