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:
parent
0a10c33e66
commit
d213179767
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user