From df3e2448871990fb96d6e2149d672e6a6ce43a92 Mon Sep 17 00:00:00 2001 From: Mitchell Stokes Date: Thu, 3 Jan 2013 00:35:42 +0000 Subject: CMake: Looks like a period sneaked into r53515, which caused CMake to fail. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d63465641e..ecc3f3ea708 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1865,7 +1865,7 @@ endif() if(WITH_PYTHON_MODULE) add_definitions(-DPy_ENABLE_SHARED) -endif(). +endif() #----------------------------------------------------------------------------- # Extra compile flags -- cgit v1.2.3