Skip to content

Commit 3b6064f

Browse files
committed
printInfo.cmake: small cleanup
1 parent 75b6e8d commit 3b6064f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cmake/printInfo.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ message( STATUS "C++ flags (General) = ${CMAKE_CXX_FLAGS}")
1010
message( STATUS "C++ flags (Release) = ${CMAKE_CXX_FLAGS_RELEASE}")
1111
message( STATUS "C++ flags (RelWithDebInfo) = ${CMAKE_CXX_FLAGS_RELWITHDEBINFO}")
1212
message( STATUS "C++ flags (Debug) = ${CMAKE_CXX_FLAGS_DEBUG}")
13+
message( STATUS "CPPCHK_GLIBCXX_DEBUG = ${CPPCHK_GLIBCXX_DEBUG}" )
1314
get_directory_property( DirDefs DIRECTORY ${CMAKE_SOURCE_DIR} COMPILE_DEFINITIONS )
1415
foreach( d ${DirDefs} )
1516
message( STATUS "Found Define: " ${d} )
@@ -57,6 +58,7 @@ if (USE_Z3)
5758
message( STATUS "Z3_LIBRARIES = ${Z3_LIBRARIES}" )
5859
message( STATUS "Z3_CXX_INCLUDE_DIRS = ${Z3_CXX_INCLUDE_DIRS}" )
5960
endif()
61+
message( STATUS )
6062
message( STATUS "USE_BUNDLED_TINYXML2 = ${USE_BUNDLED_TINYXML2}" )
6163
if (NOT USE_BUNDLED_TINYXML2)
6264
message(STATUS "tinyxml2_LIBRARY = ${tinyxml2_LIBRARY}")

0 commit comments

Comments
 (0)