aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 010952a30f..f6dc55cb89 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1282,7 +1282,7 @@ if(BUILD_dumpcap AND PCAP_FOUND)
_SETCAP_RESULT
)
if( _SETCAP_RESULT )
- message( ERROR \"setcap failed (${_SETCAP_RESULT}).\")
+ message( WARNING \"setcap failed (${_SETCAP_RESULT}).\")
endif()"
)
endif()