updated compile status output

This commit is contained in:
jkriege2 2022-07-23 10:40:04 +02:00
parent 50cd0cd9a0
commit 3468e1b331

View File

@ -29,6 +29,11 @@ if(${JKQtPlotter_HAS_NO_PRINTER_SUPPORT})
else()
message( STATUS "Print support: ON" )
endif()
if (JKQtPlotter_BUILD_WITH_PRECOMPILED_HEADERS)
message( STATUS "Precompiled Header:ON" )
else()
message( STATUS "Precompiled Header:OFF")
endif()
message( STATUS "Installing to: ${CMAKE_INSTALL_PREFIX}" )
message( STATUS "=============================================================================" )
message( STATUS )