Skip to content

Commit

Permalink
Update conanfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin authored Dec 26, 2024
1 parent b5ec6f5 commit 8e3fbe0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,6 @@ def _cmake_path_to(name):
build_modules.append(_cmake_path_to('AddGoogleTests.cmake'))
if self.options.with_grpc:
build_modules.append(_cmake_path_to('SetupProtobuf.cmake'))
build_modules.append(_cmake_path_to('GrpcConan.cmake'))
build_modules.append(_cmake_path_to('UserverGrpcTargets.cmake'))

self.cpp_info.set_property('cmake_build_modules', build_modules)

0 comments on commit 8e3fbe0

Please sign in to comment.