From: José Fonseca Date: Thu, 28 Jul 2011 18:07:50 +0000 (+0100) Subject: Fix automagic link in comment. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=ab310da9eee5dd2e63f97998437395c339129678;p=apitrace Fix automagic link in comment. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 26fa455..fbea05b 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ project (apitrace) # We use a cached string variable instead of the standard (boolean) OPTION # command so that we can default to auto-detecting optional depencies, while # still providing a mechanism to force/disable these optional dependencies, as -# prescribed in http://www.gentoo.org/proj/en/qa/automagic.xmltest +# prescribed in http://www.gentoo.org/proj/en/qa/automagic.xml set (ENABLE_GUI "AUTO" CACHE STRING "Enable QT GUI.")