mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-23 20:58:55 -05:00
Add a header to the build stating architecture being built for
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4731 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
11d8b17733
commit
9ba26ce902
@ -106,6 +106,16 @@ CMAKE_DEPENDENT_OPTION (WSJT_INCLUDE_KVASD "Include kvasd in the package." OFF
|
|||||||
"NOT is_debug_build" ON)
|
"NOT is_debug_build" ON)
|
||||||
|
|
||||||
|
|
||||||
|
set (PROJECT_ARCHITECTURE "${CMAKE_SYSTEM_PROCESSOR}")
|
||||||
|
if (NOT PROJECT_ARCHITECTURE)
|
||||||
|
# This is supposed to happen already on Windows
|
||||||
|
set (PROJECT_ARCHITECTURE "$ENV{PROCESSOR_ARCHITECTURE}")
|
||||||
|
endif (NOT PROJECT_ARCHITECTURE)
|
||||||
|
message (STATUS "******************************************************")
|
||||||
|
message (STATUS "Building for for: ${CMAKE_SYSTEM_NAME}-${PROJECT_ARCHITECTURE}")
|
||||||
|
message (STATUS "******************************************************")
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# install locations
|
# install locations
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user