mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 01:42:37 +08:00
Remove ugly debug message
This commit is contained in:
parent
7d029300ad
commit
b0894295ba
@ -6,6 +6,4 @@ set(error_msg
|
|||||||
if(EXISTS "${FILE}")
|
if(EXISTS "${FILE}")
|
||||||
list(JOIN error_msg " " err)
|
list(JOIN error_msg " " err)
|
||||||
message(FATAL_ERROR "${err}")
|
message(FATAL_ERROR "${err}")
|
||||||
else()
|
|
||||||
message(STATUS "${FILE} does not exist")
|
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user