From a6d075dfc6691797aaa09bd119bd1a1b34034ff5 Mon Sep 17 00:00:00 2001 From: click Date: Mon, 30 Aug 2010 23:10:32 +0200 Subject: [PATCH] Buildsystem: Whops, forgot to remove the last endif() in g3dlite CMakeLists.txt --HG-- branch : trunk --- dep/g3dlite/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/dep/g3dlite/CMakeLists.txt b/dep/g3dlite/CMakeLists.txt index 03b3beea637..c6719ba1e5a 100644 --- a/dep/g3dlite/CMakeLists.txt +++ b/dep/g3dlite/CMakeLists.txt @@ -70,4 +70,3 @@ add_library(g3dlib STATIC ${g3dlib_STAT_SRCS}) target_link_libraries(g3dlib ${ZLIB_LIBRARIES} ) -endif()