]> git.cworth.org Git - apitrace/commitdiff
libbacktrace: Fix compilation failure (issue #137).
authorVladimír Vondruš <mosra@centrum.cz>
Thu, 30 May 2013 13:47:05 +0000 (14:47 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Thu, 30 May 2013 13:47:05 +0000 (14:47 +0100)
It seems that elf.c for some reason includes snappy/config.h instead of
its own generated config.h, possbily due to wrong order of include
directories. Solved it by explicitly including
${CMAKE_CURRENT_BINARY_DIR} before all other paths.


No differences found