Skip to content

Commit

Permalink
cmake: Turned LTTng OFF
Browse files Browse the repository at this point in the history
This is temporary, until a way to stop repetitive
unecessary generation of headerfiles is figured out.

Signed-off-by: Ali Maredia <[email protected]>
  • Loading branch information
alimaredia committed Mar 1, 2016
1 parent 306c7bf commit 61026c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,8 @@ set(HAVE_LIBROCKSDB 1)
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})
Expand Down

0 comments on commit 61026c8

Please sign in to comment.