1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 15:49:41 +02:00

Emit the error output during clipping check

It sort of helps to have the actual messages to assist
in diagnosis.
This commit is contained in:
Leland Lucius 2020-02-03 13:55:47 -06:00
parent 0a10c33e66
commit d213179767

View File

@ -164,7 +164,7 @@ try_run( r_rc c_rc
)
if( NOT c_rc )
message( STATUS c_out )
message( STATUS "${c_out}" )
message( FATAL_ERROR "${CMAKE_CURRENT_SOURCE_DIR}/clipcheck.c compile failed:" )
endif()