Browse Source

cxxopts needs less ancient gcc

Ref.: https://github.com/naelstrof/slop/issues/86#issuecomment-328479278
Alois Mahdal 6 years ago
parent
commit
8aff068968
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      slop.spec.in

+ 1
- 1
slop.spec.in View File

@@ -7,7 +7,7 @@ URL:        https://github.com/naelstrof/slop
7 7
 License:    GPLv3
8 8
 Source0:    __APP_URLBASE__/archive/v%{version}.tar.gz
9 9
 
10
-BuildRequires: gcc-c++
10
+BuildRequires: gcc-c++ >= 4.9
11 11
 BuildRequires: cmake
12 12
 BuildRequires: glew-devel
13 13
 BuildRequires: glm-devel