Skip to content

Commit

Permalink
removed install cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
rigazilla committed Sep 1, 2022
1 parent 754effb commit 1c2ee71
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -949,12 +949,6 @@ if(NOT DEFINED HOTROD_PREBUILT_LIB_DIR)
install(FILES ${PROTO_HDRS} DESTINATION include/infinispan/hotrod)
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/License.txt" "${CMAKE_CURRENT_SOURCE_DIR}/dist/README.md" DESTINATION ${DOCDIR})

# Include protobuf library in the distribution
install(DIRECTORY ${PROTOBUF_INCLUDE_DIRS}/google/protobuf DESTINATION include/google)
get_filename_component(real_protobuf_library "${PROTOBUF_LIBRARY}" REALPATH)
get_filename_component(real_protoc_library "${PROTOBUF_PROTOC_LIBRARY}" REALPATH)
install(FILES ${real_protobuf_library} ${real_protoc_library} ${PROTOBUF_LIBRARY} ${PROTOBUF_PROTOC_LIBRARY} DESTINATION lib)

if(NOT DEFINED HOTROD_PREBUILT_LIB_DIR)
set_property(TARGET hotrod PROPERTY CXX_STANDARD 11)
set_property(TARGET hotrod PROPERTY CXX_STANDARD_REQUIRED ON)
Expand Down

0 comments on commit 1c2ee71

Please sign in to comment.