diff --git a/CMakeLists.txt b/CMakeLists.txt index e21aaf6268..9b24c070b5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1101,6 +1101,7 @@ if(BUILD_qtshark AND QT_FOUND) ) # qtshark and wireshark share wireshark_FILES + # Policy since 2.8.11 if (POLICY CMP0020) cmake_policy(SET CMP0020 OLD) endif()