[cmake-commits] alex committed Generic.cmake NONE 1.1

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Jun 11 15:47:37 EDT 2007


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

Added Files:
	Generic.cmake 
Log Message:

STYLE: add a comment about SetLanguageEnabled()
-add a Generic.cmake for target platforms without operating system

Alex


--- NEW FILE: Generic.cmake ---
# This is a platform definition file for platforms without
# operating system, typically embedded platforms.
# It is used when CMAKE_SYSTEM_NAME is set to "Generic"
#
# It is intentionally empty, since nothing is known 
# about the platform. So everything has to be specified
# in the system/compiler files ${CMAKE_SYSTEM_NAME}-<compiler_basename>.cmake
# and/or ${CMAKE_SYSTEM_NAME}-<compiler_basename>-${CMAKE_SYSTEM_PROCESSOR}.cmake



More information about the Cmake-commits mailing list