Skip to content

Commit

Permalink
protobuf include
Browse files Browse the repository at this point in the history
  • Loading branch information
rigazilla committed Sep 16, 2022
1 parent 043837e commit dcecfc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swig/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set (HOTROD_SWIG_MODULE_SOURCE hotrodcs.i)
set_source_files_properties(${HOTROD_SWIG_MODULE_SOURCE} PROPERTIES CPLUSPLUS ON)

set (HOTRODCPP_LIB_DIR "${HOTRODCPP_HOME}/lib")
set (HOTRODCPP_INCLUDE_DIR "${HOTRODCPP_HOME}/include" "${HOTRODCPP_HOME}/include/infinispan/hotrod" "${CMAKE_CURRENT_SOURCE_DIR}/include")
set (HOTRODCPP_INCLUDE_DIR "${PROTOBUF_INCLUDE_DIR}" "${HOTRODCPP_HOME}/include" "${HOTRODCPP_HOME}/include/infinispan/hotrod" "${CMAKE_CURRENT_SOURCE_DIR}/include")
if (WIN32)
set (HOTRODCPP_LIB "${HOTRODCPP_LIB_DIR}/hotrod.lib")
set (HOTROD_WRAP_LIB "${HOTROD_SWIG_MODULE}.dll")
Expand Down

0 comments on commit dcecfc2

Please sign in to comment.