On 09/19/2013 04:46 AM, Daniele E. Domenichelli wrote: > Looks like that all the tests are fixed on all the builds now :)
I see failures such as: http://open.cdash.org/testDetails.php?test=209170401&build=3034240 /usr/include/ft2build.h:56:38: fatal error: freetype/config/ftheader.h: No such file or directory The reason is that this logic: find_package(Freetype QUIET) if(${FREETYPE_INCLUDE_DIR_ft2build} AND ${FREETYPE_INCLUDE_DIR_freetype2}) list(APPEND GTK2_INCLUDE_DIRS ${FREETYPE_INCLUDE_DIR_ft2build} ${FREETYPE_INCLUDE_DIR_freetype2}) endif() does not end up adding the freetype include dirs to the usage requirements of targets in their INTERFACE_INCLUDE_DIRECTORIES. -Brad -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers