mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-06 17:45:22 +00:00
make deps warning shouldn't fatal
This commit is contained in:
parent
898c6e7a40
commit
89222fe558
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user