File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ if(HPP_PROTO_TESTS)
102
102
endif ()
103
103
104
104
if (HPP_PROTO_PROTOC_PLUGIN)
105
- include (cmake/protobuf_generate .cmake)
105
+ include (cmake/protobuf_generate_hpp .cmake)
106
106
107
107
add_subdirectory (protoc-plugin)
108
108
@@ -150,7 +150,7 @@ if(HPP_PROTO_PROTOC_PLUGIN)
150
150
configure_file (hpp_proto-config.cmake.in lib/cmake/hpp_proto/hpp_proto-config.cmake @ONLY)
151
151
install (FILES "${CMAKE_CURRENT_BINARY_DIR} /lib/cmake/hpp_proto/hpp_proto-config.cmake"
152
152
"${CMAKE_CURRENT_BINARY_DIR} /lib/cmake/hpp_proto/hpp_proto-config-version.cmake"
153
- "${CMAKE_CURRENT_SOURCE_DIR} /cmake/protobuf_generate .cmake"
153
+ "${CMAKE_CURRENT_SOURCE_DIR} /cmake/protobuf_generate_hpp .cmake"
154
154
DESTINATION "lib/cmake/hpp_proto" )
155
155
156
156
install (
File renamed without changes.
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ if (HPP_PROTO_PROTOC STREQUAL "find")
15
15
endif ()
16
16
17
17
include ("${CMAKE_CURRENT_LIST_DIR} /hpp_proto-targets.cmake" )
18
- include ("${CMAKE_CURRENT_LIST_DIR} /protobuf_generate .cmake" )
18
+ include ("${CMAKE_CURRENT_LIST_DIR} /protobuf_generate_hpp .cmake" )
You can’t perform that action at this time.
0 commit comments