Error doesn't exist, use warning instead.
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 19 Jan 2014 01:08:52 +0000 (01:08 +0000)
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 19 Jan 2014 01:08:52 +0000 (01:08 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@54841 f5534014-38df-0310-8fa8-9805f1628bb7

CMakeLists.txt

index 010952a30febdb9300ab5bc97f23ae5be905bba5..f6dc55cb89586fbbbd621c5731a7c1d53713d189 100644 (file)
@@ -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()