We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5dc072 commit c187965Copy full SHA for c187965
1 file changed
cmake/protobuf.cmake
@@ -43,6 +43,6 @@ if(NOT protobuf_POPULATED)
43
endif()
44
45
# Make sure protoc binary when import protobuf
46
-if(NOT DEFINED ROTOBUF_PROTOC_EXECUTABLE)
+if(NOT DEFINED PROTOBUF_PROTOC_EXECUTABLE)
47
set(PROTOBUF_PROTOC_EXECUTABLE protoc)
48
0 commit comments