Skip to content

Commit

Permalink
Remove protobuf config string
Browse files Browse the repository at this point in the history
  • Loading branch information
chkim-usgs committed Nov 26, 2024
1 parent 2870859 commit 262c6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isis/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ find_package(Jama 125 REQUIRED)
find_package(NN REQUIRED)
find_package(OpenCV 3.1.0 REQUIRED)
find_package(PCL REQUIRED)
find_package(protobuf REQUIRED CONFIG)
find_package(protobuf REQUIRED)
find_package(Qwt 6 REQUIRED)
find_package(SuperLU 4.3 REQUIRED)
find_package(TIFF 4.0.0 REQUIRED)
Expand Down

0 comments on commit 262c6f3

Please sign in to comment.