Show fatal error for tools missing

This commit is contained in:
Lorenz Meier
2016-04-18 09:27:58 +02:00
parent 8290f59247
commit 07d926bab8
+1 -1
View File
@@ -3,7 +3,7 @@ foreach(tool nm ld)
string(TOUPPER ${tool} TOOL)
find_program(${TOOL} ${tool})
if(NOT ${TOOL})
#message(FATAL_ERROR "could not find ${tool}")
message(FATAL_ERROR "could not find ${tool}")
endif()
endforeach()