From f94eea129981d33bef033d90ad5d874ba9862af2 Mon Sep 17 00:00:00 2001 From: Michael Carlberg Date: Tue, 20 Dec 2016 06:08:04 +0100 Subject: [PATCH] build: Include CMAKE_CXX_COMPILER in -vv --- include/config.hpp.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/include/config.hpp.cmake b/include/config.hpp.cmake index 9b7ab46e..d5d50ce8 100644 --- a/include/config.hpp.cmake +++ b/include/config.hpp.cmake @@ -87,6 +87,7 @@ auto print_build_info = [](bool extended = false) { return; std::cout << "\n" << "Build type: @CMAKE_BUILD_TYPE@" << "\n" + << "Compiler: @CMAKE_CXX_COMPILER@" << "\n" << "Compiler flags: @CMAKE_CXX_FLAGS@" << "\n" << "Linker flags: @CMAKE_EXE_LINKER_FLAGS@" << "\n" << "\n"