We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba056e commit b2311f9Copy full SHA for b2311f9
docs/how-to/create_ioc.rst
@@ -76,7 +76,7 @@ the ADAravis support module for GigE cameras.
76
RUN python3 module.py dependencies
77
RUN make -j -C ${SUPPORT}/ADGenICam-${ADGENICAM_VERSION} && \
78
make -j -C ${SUPPORT}/ADAravis-${ADARAVIS_VERSION} && \
79
- make -j -C ${EPICS_ROOT}/ioc && \
+ make -j -C ${IOC} && \
80
make -j clean
81
82
Changes to The Template Project
0 commit comments