mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add missing PRIVATE keyword in GrpcInterface\CMakeLists.txt
This commit is contained in:
parent
71a0d88e26
commit
9760dd1926
@ -258,7 +258,7 @@ add_library(
|
|||||||
${GRPC_HEADER_FILES} ${GRPC_CPP_SOURCES})
|
${GRPC_HEADER_FILES} ${GRPC_CPP_SOURCES})
|
||||||
|
|
||||||
if (RESINSIGHT_GRPC_INSTALL_PREFIX)
|
if (RESINSIGHT_GRPC_INSTALL_PREFIX)
|
||||||
target_include_directories(${PROJECT_NAME} ${GRPC_INCLUDE_DIRS})
|
target_include_directories(${PROJECT_NAME} PRIVATE ${GRPC_INCLUDE_DIRS})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
target_link_libraries(${PROJECT_NAME} ${LINK_LIBRARIES})
|
target_link_libraries(${PROJECT_NAME} ${LINK_LIBRARIES})
|
||||||
|
Loading…
Reference in New Issue
Block a user