ENH: add CMAKE_SYSTEM_PROCESSOR

This commit is contained in:
Bill Hoffman
2003-06-11 10:07:57 -04:00
parent 6effa1c7b0
commit 3021918293
2 changed files with 4 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
SET(CMAKE_SYSTEM "@CMAKE_SYSTEM@")
SET(CMAKE_SYSTEM_NAME "@CMAKE_SYSTEM_NAME@")
SET(CMAKE_SYSTEM_VERSION "@CMAKE_SYSTEM_VERSION@")
SET(CMAKE_SYSTEM_PROCESSOR "@CMAKE_SYSTEM_PROCESSOR@")
SET(CMAKE_SYSTEM_LOADED 1)