MoritzMaxeiner commented on a change in pull request #13339: CMake: Enable
installation of cpp-package headers
URL: https://github.com/apache/incubator-mxnet/pull/13339#discussion_r239802947
##########
File path: CMakeLists.txt
##########
@@ -730,6 +730,7 @@ install(TARGETS ${MXNET_INSTALL_TARGETS}
)
install(DIRECTORY include/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
+install(DIRECTORY 3rdparty/tvm/nnvm/include/ DESTINATION
${CMAKE_INSTALL_INCLUDEDIR})
Review comment:
As far as I could tell, no public headers include it. At least, my C++
project importing the full cpp-package header works without mshadow being
installed.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services