fix: use the configured cmake binary
[lttng-ust.git] / doc / examples / Makefile.am
index 9413ff12404ff5b163b5c2ea29cf46a656fe0885..e03824d999fc0b6adefc2835806532e67f68a00c 100644 (file)
@@ -147,7 +147,7 @@ all-local:
                                cd build && \
                                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.02292 seconds and 4 git commands to generate.