cmake fix NuttX build dependencies

This commit is contained in:
Daniel Agar
2019-04-03 09:56:46 -04:00
parent dec96b0a3a
commit 296d7900a0
2 changed files with 22 additions and 10 deletions
@@ -33,7 +33,7 @@ set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
# os tools
foreach(tool grep genromfs make)
foreach(tool grep make)
string(TOUPPER ${tool} TOOL)
find_program(${TOOL} ${tool})
if(NOT ${TOOL})