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.
2 parents 77af534 + a3a3bc1 commit d7dcaf1Copy full SHA for d7dcaf1
CMakeLists.txt
@@ -107,8 +107,10 @@ endif()
107
108
109
find_package(Threads REQUIRED)
110
-include(third_party/zlib.cmake)
111
-include(third_party/protobuf.cmake)
+if (BUILD_PLUGINS OR BUILD_PARSERS)
+ include(third_party/zlib.cmake)
112
+ include(third_party/protobuf.cmake)
113
+endif()
114
if (NVINTERNAL)
115
########################################### DEPENDENCIES FOR BUILDING IN NVIDIA's TREE ############################################
116
set(EXTERNALS ${PROJECT_SOURCE_DIR}/../externals)
0 commit comments