linuxOS_AP05/debian/base-linaro/binary/usr/share/cmake-3.13/Modules/CMakeTestCompilerCommon.cmake
2025-09-26 09:40:02 +08:00

8 lines
289 B
CMake

# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.
function(PrintTestCompilerStatus LANG MSG)
message(STATUS "Check for working ${LANG} compiler: ${CMAKE_${LANG}_COMPILER}${MSG}")
endfunction()