Merge topic 'geh-output-tweak'
bb412d0 GenerateExportHeader: Add newlines to separate the compiler output.
This commit is contained in:
commit
239604685d
@ -23,13 +23,13 @@ set( CMAKE_INCLUDE_CURRENT_DIR ON )
|
|||||||
|
|
||||||
macro(TEST_FAIL value msg)
|
macro(TEST_FAIL value msg)
|
||||||
if (${value})
|
if (${value})
|
||||||
message (SEND_ERROR "Test fail:" ${msg} ${Out} )
|
message (SEND_ERROR "Test fail:" "${msg}\n" ${Out} )
|
||||||
endif ()
|
endif ()
|
||||||
endmacro()
|
endmacro()
|
||||||
|
|
||||||
macro(TEST_PASS value msg)
|
macro(TEST_PASS value msg)
|
||||||
if (NOT ${value})
|
if (NOT ${value})
|
||||||
message (SEND_ERROR "Test fail:" ${msg} ${Out} )
|
message (SEND_ERROR "Test fail:" "${msg}\n" ${Out} )
|
||||||
endif ()
|
endif ()
|
||||||
endmacro()
|
endmacro()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user