build: Raise NS3_STATIC message level to warning

This commit is contained in:
Gabriel Ferreira
2022-04-20 19:10:11 -03:00
parent 819877045f
commit 981f36fd24

View File

@@ -666,9 +666,9 @@ macro(process_options)
set(ENABLE_REALTIME FALSE)
set(HAVE_RT FALSE)
message(
STATUS "Statically linking 3rd party libraries have not been tested.\n"
"Disable Brite, Click, Gtk, GSL, Mpi, Openflow and SQLite"
" if you want a standalone static ns-3 library."
WARNING "Statically linking 3rd party libraries have not been tested.\n"
"Disable Brite, Click, Gtk, GSL, Mpi, Openflow and SQLite"
" if you want a standalone static ns-3 library."
)
else()
find_package(LibXml2 QUIET)