#3 Build as C++17 instead of C++11
Closed 3 months ago by eclipseo. Opened 10 months ago by music.
rpms/ music/clementine protobuf4  into  rawhide

file modified
+1
@@ -108,6 +108,7 @@ 

  # -fPIC solves that problem

  %global optflags %{optflags} -fPIC

  %{cmake} \

+   -DCMAKE_CXX_STANDARD:INT=17 \

    -DBUILD_WERROR:BOOL=OFF \

    -DCMAKE_BUILD_TYPE:STRING=Release \

    -DUSE_SYSTEM_QTSINGLEAPPLICATION=1 \

Protobuf v4 (23.x) needs at least C++14, but the package does not compile as C++14, so we use C++17 instead.

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/e969cd48e69f46c5ad94aada3d7125cb

Closing as it was already implemented.

Pull-Request has been closed by eclipseo

3 months ago
Metadata