summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2014-08-18 14:49:43 +0100
committerJosé Fonseca <jfonseca@vmware.com>2014-08-18 14:49:43 +0100
commite57c6da48abad83640bc139a822cf611bf945c66 (patch)
treee230360fc10550fdfab500f027809f52dd21300a
parent998d8c2b2ade49917f490f430424c3fd890685a8 (diff)
cmake: Fix syntax.
`}` -> `endif ()` Trivial.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7aee2917c..4a0cec2e0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -46,7 +46,7 @@ if(PIGLIT_USE_WAFFLE)
"it at http://www.waffle-gl.org."
)
endif()
- }
+ endif ()
# Check the installed waffle version.
#