Skip to content

Commit

Permalink
cmake added verbose message
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Oct 20, 2023
1 parent 99d5fd3 commit b4685e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/CommonModules/TinyHelpers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,8 @@ endfunction()
# Disable the precompilation of header files
function(tiny_disable_precompile_headers)

message(VERBOSE "Disabled PCH because ccache or sccache is used as compiler launcher for MSVC")

get_property(help_string CACHE CMAKE_DISABLE_PRECOMPILE_HEADERS
PROPERTY HELPSTRING
)
Expand Down

0 comments on commit b4685e8

Please sign in to comment.