Skip to content
Snippets Groups Projects
  1. Feb 10, 2016
  2. Feb 07, 2016
  3. Jan 18, 2016
  4. Jan 10, 2016
  5. Oct 27, 2015
  6. Mar 13, 2015
    • Henry's avatar
      ParaView: Upgrade to 4.3.1 · 408ae998
      Henry authored
      Note that in order to build and install ParaView-4.3.1 lines 653-656
      must be removed or commented from file
      
      ThirdParty-dev/ParaView-4.3.1/Qt/Components/CMakeLists.txt
      
      after unpacking the ParaView-4.3.1 source-pack from KitWare.  This is
      because the file ui_pqExportStateWizard.h referred to in the lines
      653-656:
      
      if(PARAVIEW_INSTALL_DEVELOPMENT_FILES)
        install(FILES "${CMAKE_CURRENT_BINARY_DIR}/ui_pqExportStateWizard.h"
                DESTINATION "${VTK_INSTALL_INCLUDE_DIR}")
      endif()
      
      does not exist and cannot be installed causing the build and
      installation to fail.
      408ae998
  7. Feb 05, 2015
  8. Dec 10, 2014