fix: use the configured cmake binary
[deliverable/lttng-ust.git] / doc / examples / Makefile.am
index c63679767d51c2f5d58431f3b08ca300361657d5..dc18d650ada80b802dd0864b678cf2fbee75ec67 100644 (file)
@@ -175,7 +175,7 @@ all-local:
                                AR="$(AR)" \
                                        CC="$(CC)" \
                                        CXX="$(CXX)" \
-                                       cmake \
+                                       $(CMAKE) \
                                        -DCMAKE_INCLUDE_PATH="$(abs_top_srcdir)/include;$(abs_top_builddir)/include" \
                                        -DCMAKE_LIBRARY_PATH="$(abs_top_builddir)/liblttng-ust/.libs" \
                                        -DCMAKE_C_FLAGS="$(AM_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS)" \
This page took 0.031044 seconds and 5 git commands to generate.