]> git.lyx.org Git - features.git/commit
Cmake build: Added code to compile with QT5.7
authorKornel Benko <kornel@lyx.org>
Fri, 15 Jul 2016 08:37:18 +0000 (10:37 +0200)
committerKornel Benko <kornel@lyx.org>
Fri, 15 Jul 2016 08:37:18 +0000 (10:37 +0200)
commit7eea0b6fa8942cef7f024fc77d1c10550ec68ef7
treed920186e285f207270c0c583e120c7d5db7ce3b4
parent19e0adb86bafc6e7a27267a2cacbff0029f5170a
Cmake build: Added code to compile with QT5.7

QT5.7 cmake config files explicitly instruct cmake to use `-std=gnu++11`.
This is not the same as is found by our FindCXX11Compiler.cmake,
which leads to compilation errors.
Here we overrule the setting.

Thanks to helpfull hand from Brad King <brad.king@kitware.com>
CMakeLists.txt