diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 0de179cd63..3f5cc54457 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -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 )