From 89d9da4fbe32560d7eab36166648e9e1dca3a088 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 28 Jan 2009 12:55:38 +0000 Subject: [PATCH] From Mathias Froehlich, fixed typo. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d51f7f63..85d12e393 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -773,10 +773,10 @@ IF(LIB_POSTFIX) COMMENT "Copying openscenegraph.conf to /etc/ld.so.conf.d and running ldconfig" ) ELSE(IS_DIRECTORY /etc/ld.so.conf.d) - IF(EXIST /etc/ld.so.conf) + IF(EXISTS /etc/ld.so.conf) MESSAGE("You have an ld.so.conf file in /etc\n" "You may need to add ${CMAKE_INSTALL_PREFIX}lib${LIB_POSTFIX} to it.") - ENDIF(EXIST /etc/ld.so.conf) + ENDIF(EXISTS /etc/ld.so.conf) ENDIF(IS_DIRECTORY /etc/ld.so.conf.d) # emit a message during installation.