diff options
author | Jörg Mayer <jmayer@loplof.de> | 2014-01-19 01:08:52 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2014-01-19 01:08:52 +0000 |
commit | 88a205d5e6e8d372130b2562716026a9d0b1f509 (patch) | |
tree | fabd43ac71554ed3d139ede025c0660e7ac77efc /CMakeLists.txt | |
parent | 2a21b01fbbc4c98acf0a02ef9a923d648110eb99 (diff) | |
download | wireshark-88a205d5e6e8d372130b2562716026a9d0b1f509.tar.gz wireshark-88a205d5e6e8d372130b2562716026a9d0b1f509.tar.bz2 wireshark-88a205d5e6e8d372130b2562716026a9d0b1f509.zip |
Error doesn't exist, use warning instead.
svn path=/trunk/; revision=54841
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
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() |