make cmake report install prefix

This commit is contained in:
derselbst 2018-06-07 14:15:06 +02:00
parent 995f22192d
commit b844dd1f04
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ message( "\n**************************************************************\n"
"Summary:" )
message( "Build type: " ${CMAKE_BUILD_TYPE} )
message( "Install Prefix: " ${CMAKE_INSTALL_PREFIX} )
if ( LIBSNDFILE_SUPPORT )
if ( LIBSNDFILE_HASVORBIS )