Report host compiler we're using on configuration
This commit is contained in:
parent
423e325527
commit
ffdc33ce8e
1 changed files with 5 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue