akornatskyy commented on a change in pull request #363:
URL: https://github.com/apache/mesos/pull/363#discussion_r432310189
##########
File path: src/CMakeLists.txt
##########
@@ -675,6 +675,13 @@ install(
RUNTIME DESTINATION ${MESOS_INSTALL_RUNTIME}
ARCHIVE DESTINATION ${MESOS_INSTALL_LIBRARIES}
LIBRARY DESTINATION ${MESOS_INSTALL_LIBRARIES})
+install(
+ DIRECTORY
+ ${CMAKE_SOURCE_DIR}/3rdparty/libprocess/include
+ ${CMAKE_SOURCE_DIR}/3rdparty/stout/include
Review comment:
I have considered `3rdparty` as something "outside" of core mesos
codebase. In fact it is a part of mesos... I will make corresponding change.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]