From: José Fonseca Date: Wed, 18 Jan 2012 16:15:05 +0000 (+0000) Subject: Fix bundled qjson include path. X-Git-Url: https://git.cworth.org/git?p=apitrace;a=commitdiff_plain;h=93911de1f9909f1c9c8e10a8745c66fa6c27cc63 Fix bundled qjson include path. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 5da2bcc..3fa8e45 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -189,7 +189,7 @@ link_libraries (${PNG_LIBRARIES}) # AUTO. if (QT4_FOUND AND NOT QJSON_FOUND AND (ENABLE_GUI STREQUAL "AUTO")) add_subdirectory (thirdparty/qjson EXCLUDE_FROM_ALL) - set (QJSON_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/thirdparty/qjson) + set (QJSON_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/thirdparty) set (QJSON_LIBRARY_DIRS) set (QJSON_LIBRARIES qjson_bundled) set (QJSON_FOUND TRUE)