FindJPYLYZER.cmake 170 B

12345678910111213
  1. #
  2. # this module looks for JPYLYZER
  3. # http://jpylyzer.openpreservation.org
  4. #
  5. find_program(JPYLYZER_EXECUTABLE
  6. jpylyzer
  7. )
  8. mark_as_advanced(
  9. JPYLYZER_EXECUTABLE
  10. )