/usr/lib/cmake/paraview/FindJSDuck.cmake is in paraview-dev 5.0.1+dfsg1-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | if (NOT JSDUCK_EXECUTABLE)
find_program(JSDUCK_EXECUTABLE
NAME jsduck jsduck-4.8.0
PATHS ENV JSDUCK_HOME
PATH_SUFFIXES jsduck bin jsduck/bin
)
endif()
find_package_handle_standard_args(JSDUCK DEFAULT_MSG JSDUCK_EXECUTABLE)
|