diff options
author | click <none@none> | 2010-08-30 23:10:32 +0200 |
---|---|---|
committer | click <none@none> | 2010-08-30 23:10:32 +0200 |
commit | a6d075dfc6691797aaa09bd119bd1a1b34034ff5 (patch) | |
tree | 76b64f3e360e6645858510c1b93c7b9872d35ad7 | |
parent | 9fb9254810692c06e7c105c3838108198ca9a099 (diff) |
Buildsystem: Whops, forgot to remove the last endif() in g3dlite CMakeLists.txt
--HG--
branch : trunk
-rw-r--r-- | dep/g3dlite/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
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() |