From 90325a5895b458a9d1b8c9e99c015b06e8b950d2 Mon Sep 17 00:00:00 2001 From: Paul MELIS Date: Thu, 4 Jun 2009 19:22:06 +0000 Subject: [PATCH] Fixed incorrect ENDIF() in applications/osgversion/CMakeLists.txt (CMake 2.4 complained about this, while 2.6 seems to ignore it) --- applications/osgversion/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/osgversion/CMakeLists.txt b/applications/osgversion/CMakeLists.txt index 8f776ae98..bd17be09d 100644 --- a/applications/osgversion/CMakeLists.txt +++ b/applications/osgversion/CMakeLists.txt @@ -3,7 +3,7 @@ SET(TARGET_SRC osgversion.cpp ) IF (OSG_MAINTAINER) SET(TARGET_SRC ${TARGET_SRC} Contributors.cpp ) ADD_DEFINITIONS("-DBUILD_CONTRIBUTORS") -ENDIF() +ENDIF(OSG_MAINTAINER) SET(TARGET_COMMON_LIBRARIES OpenThreads