mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 09:03:36 +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:
@@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user