make deps warning shouldn't fatal

This commit is contained in:
mike@arpaia.co 2014-11-11 10:59:42 -05:00
parent 898c6e7a40
commit 89222fe558

View File

@ -39,7 +39,7 @@ execute_process(
if(OSQUERY_DEPS_CHECK)
string(ASCII 27 Esc)
message(FATAL_ERROR "${Esc}[31m${OSQUERY_DEPS_MESSAGE}${Esc}[m")
message(WARNING "${Esc}[31m${OSQUERY_DEPS_MESSAGE}${Esc}[m")
endif()
if(BUILD_SHARED_LIBS)