Report host compiler we're using on configuration

This commit is contained in:
Simon Fels 2017-01-25 18:17:26 +01:00
commit ffdc33ce8e

View file

@ -100,3 +100,8 @@ add_subdirectory(external)
add_subdirectory(src)
add_subdirectory(tests)
add_subdirectory(android)
if (NOT "${HOST_CMAKE_C_COMPILER}" STREQUAL "")
message(STATUS "Host C compiler: ${HOST_CMAKE_C_COMPILER}")
message(STATUS "Host C compiler: ${HOST_CMAKE_CXX_COMPILER}")
endif()