You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-visualization/paraview/files/paraview-3.6.2-no-doc-finde...

19 lines
773 B

diff -Naur ParaView3/Applications/Client/CMakeLists.txt ParaView3.new/Applications/Client/CMakeLists.txt
--- ParaView3/Applications/Client/CMakeLists.txt 2010-01-04 10:24:37.000000000 -0500
+++ ParaView3.new/Applications/Client/CMakeLists.txt 2010-01-14 21:03:25.000000000 -0500
@@ -128,10 +128,10 @@
"${CMAKE_CURRENT_BINARY_DIR}/CMake/tmp/pqClientDocFinder.txt"
@ONLY
IMMEDIATE)
- INSTALL(
- FILES "${CMAKE_CURRENT_BINARY_DIR}/CMake/tmp/pqClientDocFinder.txt"
- DESTINATION ${PV_INSTALL_BIN_DIR}
- COMPONENT Runtime)
+ # INSTALL(
+ # FILES "${CMAKE_CURRENT_BINARY_DIR}/CMake/tmp/pqClientDocFinder.txt"
+ # DESTINATION ${PV_INSTALL_BIN_DIR}
+ # COMPONENT Runtime)
ENDIF(NOT PV_INSTALL_NO_RUNTIME)
IF(BUILD_TESTING)