fix: use the configured cmake binary
[lttng-ust.git] / doc / examples / Makefile.am
index a7f52a04f7c69705288614c1c1e05d9b84a1ed87..1dbe9f9dd26f8832ab940d7ffe9eea9bcf391124 100644 (file)
@@ -179,7 +179,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) $(CPPFLAGS) $(CFLAGS)" \
This page took 0.023012 seconds and 4 git commands to generate.