Fixed incorrect ENDIF() in applications/osgversion/CMakeLists.txt

(CMake 2.4 complained about this, while 2.6 seems to ignore it)
This commit is contained in:
Paul MELIS
2009-06-04 19:22:06 +00:00
parent c2bc684eb2
commit 90325a5895

View File

@@ -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