flag if we are cross-compiling

This commit is contained in:
Axel Kohlmeyer
2023-08-04 08:02:06 -04:00
parent fadb210052
commit ccc478ad96

View File

@ -900,6 +900,9 @@ message(STATUS "<<< Build configuration >>>
Build type: ${LAMMPS_BUILD_TYPE}
Install path: ${CMAKE_INSTALL_PREFIX}
Generator: ${CMAKE_GENERATOR} using ${CMAKE_MAKE_PROGRAM}")
if(CMAKE_CROSSCOMPILING)
message(STATUS "Cross compiling on ${CMAKE_HOST_SYSTEM}")
endif()
###############################################################################
# Print package summary
###############################################################################