From 9b77e757f20f9f7fb2257b25656e351cf2e02558 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 22 May 2013 10:28:07 +0000 Subject: [PATCH] From David Callu, "ust a simple IF ENDIF mismatch in last commit (I use git so no available SVN commit number ) : CMake Warning (dev) in CMakeLists.txt: A logical block opening on the line /home/ledocc/work/perso/osg_Workspace/osg/CMakeLists.txt:823 (IF) closes on the line /home/ledocc/work/perso/osg_Workspace/osg/CMakeLists.txt:893 (ENDIF) with mis-matching arguments. I remove ENDIF argument, it is no longer needed by cmake" --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 41a8aa646..44ab6ff33 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -890,7 +890,7 @@ IF(APPLE AND NOT ANDROID) ENDIF() -ENDIF(APPLE) +ENDIF() # For Doxygen