summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2014-05-27 18:01:14 -0700
committerChad Versace <chad.versace@linux.intel.com>2014-05-27 18:01:14 -0700
commiteccea76b655bc20cdbf07985c27a35768b4bb2ce (patch)
tree77b5227d54b470e80a02dd130b3140b460034838 /CMakeLists.txt
parent796f34749dc21ad96f6ac25ca94d403a0974581e (diff)
README,cmake: Update Waffle's website url
Waffle now lives at http://www.waffle-gl.org. Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1ce429d0d..a77a2a87a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -42,7 +42,7 @@ if(PIGLIT_USE_WAFFLE)
if(NOT WAFFLE_FOUND)
message(FATAL_ERROR "Failed to find Waffle. If Waffle is not "
"packaged for your distribution, you can get it at "
- "http://people.freedesktop.org/~chadversary/waffle."
+ "http://www.waffle-gl.org."
)
endif()