diff --git a/docroot/opencv1/CMakeLists.txt b/docroot/opencv1/CMakeLists.txt index 74b8a89bf5..a5d2a5fee0 100644 --- a/docroot/opencv1/CMakeLists.txt +++ b/docroot/opencv1/CMakeLists.txt @@ -17,4 +17,4 @@ add_custom_target(refman1 WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} COMMENT "Generating the OpenCV 1.x Reference Manual") -install(FILES ${CURRENT_BINARY_DIR}/opencv1x.pdf DESTINATION "${OPENCV_DOC_INSTALL_PATH}" COMPONENT main) +#install(FILES ${CURRENT_BINARY_DIR}/opencv1x.pdf DESTINATION "${OPENCV_DOC_INSTALL_PATH}" COMPONENT main) diff --git a/docroot/opencv2/CMakeLists.txt b/docroot/opencv2/CMakeLists.txt index bfe95363db..2884bd6f86 100644 --- a/docroot/opencv2/CMakeLists.txt +++ b/docroot/opencv2/CMakeLists.txt @@ -15,4 +15,4 @@ add_custom_target(refman WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} COMMENT "Generating the OpenCV Reference Manual") -install(FILES ${CURRENT_BINARY_DIR}/opencv.pdf DESTINATION "${OPENCV_DOC_INSTALL_PATH}" COMPONENT main) +#install(FILES ${CURRENT_BINARY_DIR}/opencv.pdf DESTINATION "${OPENCV_DOC_INSTALL_PATH}" COMPONENT main)