Skip to content

Commit

Permalink
Stop protobuf build erroring out (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
systemed authored Nov 3, 2023
1 parent 5b6bb37 commit 172ffb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ENDIF ()

find_package(Boost 1.66 REQUIRED COMPONENTS system filesystem program_options iostreams)

find_package(Protobuf CONFIG REQUIRED)
find_package(Protobuf REQUIRED)

find_package(libshp REQUIRED)

Expand Down

0 comments on commit 172ffb4

Please sign in to comment.