Skip to content

Commit

Permalink
build with protobuf 23.4-1
Browse files Browse the repository at this point in the history
Arch gave me this version of protobuf in a recent system update
  • Loading branch information
mklinik authored and jorsn committed Jun 3, 2024
1 parent abd8417 commit 47b451a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,9 @@ find_package ( Boost REQUIRED
system
)

find_package (Protobuf CONFIG REQUIRED)
find_package (Protobuf 3.0 REQUIRED)
set (PROTOBUF_LIBRARIES protobuf::libprotobuf)
set (PROTO_FILES
src/modes/thread_view/webextension/messages.proto
)
Expand Down Expand Up @@ -145,7 +147,7 @@ endif()
# compile flags and options
#

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17")

include_directories (
${GTKMM3_INCLUDE_DIRS}
Expand Down

0 comments on commit 47b451a

Please sign in to comment.