12 lines
255 B
Diff
12 lines
255 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -1658,7 +1658,7 @@ if(WITH_DOC)
|
|
if(NOT ZMQ_BUILD_FRAMEWORK)
|
|
install(
|
|
FILES ${html-docs}
|
|
- DESTINATION doc/zmq
|
|
+ DESTINATION share/doc/zmq
|
|
COMPONENT RefGuide)
|
|
endif()
|
|
endif()
|