Skip to content
Snippets Groups Projects
  1. Apr 27, 2018
    • Rashad Kanavath's avatar
      ENH: fix generation of qgis descriptors · cc60dd19
      Rashad Kanavath authored
      descriptors are generated with a custom target called
      'generate_descriptors'. It depends on all OTBAPP.txt
      So a missing .txt during installation will try to generate txt file.
      This make sure all available applications have a valid descriptor.
      There is a internal custom target called clean_descr which depends on
      otbQgisDescriptor executable. This target re-create an empty directory
      set in OTB_INSTALL_DESCR_DIR under OTB_BINARY_DIR. This make sure every
      execution of generate_descriptor target is a clean one.
      
      Finally, custom target is executed by make install using cmake's
      install(CODE. Users can either can "make generate_descriptors" manually
      or is automatically called during install.
      cc60dd19
  2. Apr 26, 2018
  3. Apr 25, 2018
  4. Apr 24, 2018
  5. Apr 20, 2018
  6. Apr 19, 2018
  7. Apr 18, 2018
  8. Apr 17, 2018
Loading