From 094bab1b810b3351c8006720d7ede0514a11eaf2 Mon Sep 17 00:00:00 2001 From: Duncan Ogilvie Date: Wed, 8 Dec 2021 14:39:35 +0100 Subject: [PATCH] Add clarification that the system compiler is used when building cmkr --- cmake/cmkr.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/cmkr.cmake b/cmake/cmkr.cmake index bc74907..663e6ef 100644 --- a/cmake/cmkr.cmake +++ b/cmake/cmkr.cmake @@ -81,7 +81,7 @@ else() ${CMKR_REPO} "${CMKR_DIRECTORY}" ) - message(STATUS "[cmkr] Building cmkr...") + message(STATUS "[cmkr] Building cmkr (using system compiler)...") cmkr_exec("${CMAKE_COMMAND}" --no-warn-unused-cli "${CMKR_DIRECTORY}"