[ https://issues.apache.org/jira/browse/MESOS-6692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17225463#comment-17225463 ]
Andrei Sekretenko commented on MESOS-6692: ------------------------------------------ https://github.com/apache/mesos/commit/e1b8877e2c89871bc76823bf3ca89e9ce98cf3c0 {noformat} Added cmake build option to install build-time module dependencies. This patch introduces `ENABLE_INSTALL_MODULE_DEPENDENCIES` option that adds cmake install targets for libraries (including bundled 3rd-party ones) and headers needed to build Mesos modules, similarly to the option `--enable-install-module-dependencies` in the automake build. Note that the layout of installed files is different from the one produced by automake. Install targets for stout and libprocess headers are added separately in the next commits. This closes #363 {noformat} > Install module dependencies during build > ---------------------------------------- > > Key: MESOS-6692 > URL: https://issues.apache.org/jira/browse/MESOS-6692 > Project: Mesos > Issue Type: Improvement > Components: agent > Reporter: Joseph Wu > Priority: Minor > Labels: cmake, windows > > This is the CMake equivalent of the {{--enable-install-module-dependencies}} > configure option. Once enabled, the {{install}} target should include most > of the bundled {{3rdparty}} libraries in the install. This will allow > modules to be built against the install location, rather than against the > Mesos source tree. -- This message was sent by Atlassian Jira (v8.3.4#803005)