mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-25 10:01:38 +08:00
updated compile status output
This commit is contained in:
parent
50cd0cd9a0
commit
3468e1b331
@ -29,6 +29,11 @@ if(${JKQtPlotter_HAS_NO_PRINTER_SUPPORT})
|
|||||||
else()
|
else()
|
||||||
message( STATUS "Print support: ON" )
|
message( STATUS "Print support: ON" )
|
||||||
endif()
|
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 "Installing to: ${CMAKE_INSTALL_PREFIX}" )
|
||||||
message( STATUS "=============================================================================" )
|
message( STATUS "=============================================================================" )
|
||||||
message( STATUS )
|
message( STATUS )
|
||||||
|
Loading…
Reference in New Issue
Block a user