This is temporary, until a way to stop repetitive
unecessary generation of headerfiles is figured out.
Signed-off-by: Ali Maredia <amaredia@redhat.com>
find_package(ZLIB REQUIRED)
#option for LTTng
-option(WITH_LTTNG "LTTng tracing is enabled" ON)
+#currently off by default because lttng-gen-tp run unconditionally and forces a rebuild
+option(WITH_LTTNG "LTTng tracing is enabled" OFF)
if(${WITH_LTTNG})
find_package(lttng-ust)
set(WITH_LTTNG ${LTTNG_FOUND})