Make it possible to skip building of heaptrack_gui.
authorMilian Wolff <mail@milianw.de>
Wed, 8 Jun 2016 16:27:34 +0000 (18:27 +0200)
committerMilian Wolff <mail@milianw.de>
Wed, 8 Jun 2016 16:27:34 +0000 (18:27 +0200)
commit04968fc8989cc8677196739c244dd001b3e9cb90
tree765c71c33912696a1d0e1edabc31388e66caf0c0
parentbb9a54a6f606bd9b1acb9407e4246d7626fb5c2e
Make it possible to skip building of heaptrack_gui.

For embedded, we never want to build the gui, and having the
find scripts spit out their errors there is just noisy.

Now, the recommended way to build heaptrack for embedded Linux is:

cmake -DCMAKE_TOOLCHAIN_FILE=... -DHEAPTRACK_BUILD_GUI=OFF
CMakeLists.txt