Skip to content
Snippets Groups Projects
Commit 43e5e880 authored by Bill Hoffman's avatar Bill Hoffman
Browse files

ENH: add processor type of win32

parent 30219182
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment