URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c1fa491ad709570890fdaeb8a74ed1a9d6e9a72f
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
c1fa491 by Gerald Combs (gerald@xxxxxxxx):
CMake: Qt 5.7 requires C++ 11.
Add -std=c++11 to CMAKE_CXX_FLAGS if we have Qt >= 5.7.0 and we're
compiling with g++ or clang++.
Change-Id: Id4ce5921ce5c475e9eb9cc67f94c3b3a895924a1
Reviewed-on: https://code.wireshark.org/review/16135
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: João Valverde <j@xxxxxx>
(cherry picked from commit 619659599ac199f5f496e050a4cf30c23164cd80)
Reviewed-on: https://code.wireshark.org/review/16497
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 7780d3d Remove T.30 FCF mask.
adds c1fa491 CMake: Qt 5.7 requires C++ 11.
Summary of changes:
CMakeLists.txt | 11 +++++++++++
1 file changed, 11 insertions(+)