mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-01-31 21:50:37 +00:00
make cmake report install prefix
This commit is contained in:
parent
995f22192d
commit
b844dd1f04
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ message( "\n**************************************************************\n"
|
||||||
"Summary:" )
|
"Summary:" )
|
||||||
|
|
||||||
message( "Build type: " ${CMAKE_BUILD_TYPE} )
|
message( "Build type: " ${CMAKE_BUILD_TYPE} )
|
||||||
|
message( "Install Prefix: " ${CMAKE_INSTALL_PREFIX} )
|
||||||
|
|
||||||
if ( LIBSNDFILE_SUPPORT )
|
if ( LIBSNDFILE_SUPPORT )
|
||||||
if ( LIBSNDFILE_HASVORBIS )
|
if ( LIBSNDFILE_HASVORBIS )
|
||||||
|
|
Loading…
Reference in a new issue