]> git.lyx.org Git - lyx.git/commit
Cmake build: Remove unnecessary duplication of c++ flags
authorKornel Benko <kornel@lyx.org>
Thu, 27 Jul 2017 11:33:17 +0000 (13:33 +0200)
committerKornel Benko <kornel@lyx.org>
Thu, 27 Jul 2017 11:33:17 +0000 (13:33 +0200)
commit0f881e202eb0514a569d5d1ddc5584d577124151
tree27b79f324baf64e1e226ed2e607855996b8e9910
parent89ac3916f349672b92878cd868e099ec593a11ff
Cmake build: Remove unnecessary duplication of c++ flags

Apparently cmake concatenates CMAKE_CXX_FLAGS to the Release and Debug flags
Also eliminated the mix of '-std=c++*' and '-std=gnu++*' flags
CMakeLists.txt