Bläddra i källkod

cxxopts needs less ancient gcc

Ref.: https://github.com/naelstrof/slop/issues/86#issuecomment-328479278
Alois Mahdal 6 år sedan
förälder
incheckning
8aff068968
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      slop.spec.in

+ 1
- 1
slop.spec.in Visa fil

@@ -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