You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 3rdparty/protobuf/CMakeLists.txt
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,10 @@ else()
20
20
option(protobuf_DISABLE_RTTI"Remove runtime type information in the binaries"OFF)
21
21
option(protobuf_FORCE_FETCH_DEPENDENCIES"Force all dependencies to be downloaded from GitHub. Local installations will be ignored."OFF)
22
22
option(protobuf_LOCAL_DEPENDENCIES_ONLY"Prevent downloading any dependencies from GitHub. If this option is set, the dependency must be available locally as an installed package."OFF)
0 commit comments