Skip to content

Commit bac8168

Browse files
rename protobuf_generate_hpp.cmake
1 parent 0a686c4 commit bac8168

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ if(HPP_PROTO_TESTS)
102102
endif()
103103

104104
if(HPP_PROTO_PROTOC_PLUGIN)
105-
include(cmake/protobuf_generate.cmake)
105+
include(cmake/protobuf_generate_hpp.cmake)
106106

107107
add_subdirectory(protoc-plugin)
108108

@@ -150,7 +150,7 @@ if(HPP_PROTO_PROTOC_PLUGIN)
150150
configure_file(hpp_proto-config.cmake.in lib/cmake/hpp_proto/hpp_proto-config.cmake @ONLY)
151151
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/lib/cmake/hpp_proto/hpp_proto-config.cmake"
152152
"${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"
154154
DESTINATION "lib/cmake/hpp_proto")
155155

156156
install(
File renamed without changes.

Diff for: hpp_proto-config.cmake.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ if (HPP_PROTO_PROTOC STREQUAL "find")
1515
endif()
1616

1717
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")

0 commit comments

Comments
 (0)