From c515c12fa7a1d813b50596a5284a7d68457a2b7f Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Fri, 15 Nov 2013 16:42:32 +0100 Subject: [PATCH 1/1] Cosmetics: CPPFlags are for cpp, talk about CXXFlags for c++. --- buildtools/Cmake/PrintArgs.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildtools/Cmake/PrintArgs.cmake b/buildtools/Cmake/PrintArgs.cmake index 054222c664..122fd571b8 100644 --- a/buildtools/Cmake/PrintArgs.cmake +++ b/buildtools/Cmake/PrintArgs.cmake @@ -96,7 +96,7 @@ endif() message(" Linker: .............: ${CMAKE_LINKER}") message("") message(" CFlags ..............: ${CMAKE_C_FLAGS}") -message(" CPPFlags ............: ${CMAKE_CXX_FLAGS}") +message(" CXXFlags ............: ${CMAKE_CXX_FLAGS}") message(" LDFlags .............: ${CMAKE_C_LINK_FLAGS}") message("") if(NOT APPLE AND NOT WIN32) -- 2.20.1