ENH: add processor type of win32

This commit is contained in:
Bill Hoffman 2003-06-11 10:11:53 -04:00
parent 3021918293
commit 43e5e88042
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ ELSE(UNIX)
IF(WIN32)
SET (CMAKE_SYSTEM_NAME "Windows")
SET (CMAKE_SYSTEM_VERSION "")
SET (CMAKE_SYSTEM_PROCESSOR "")
SET (CMAKE_SYSTEM_PROCESSOR "$ENV{PROCESSOR_ARCHITECTURE}")
ENDIF(WIN32)
ENDIF(UNIX)