Changeset 9574 for OpenSceneGraph/trunk/CMakeLists.txt
- Timestamp:
- 01/28/09 13:55:38 (4 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/CMakeLists.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/CMakeLists.txt
r9570 r9574 774 774 ) 775 775 ELSE(IS_DIRECTORY /etc/ld.so.conf.d) 776 IF(EXIST /etc/ld.so.conf)776 IF(EXISTS /etc/ld.so.conf) 777 777 MESSAGE("You have an ld.so.conf file in /etc\n" 778 778 "You may need to add ${CMAKE_INSTALL_PREFIX}lib${LIB_POSTFIX} to it.") 779 ENDIF(EXIST /etc/ld.so.conf)779 ENDIF(EXISTS /etc/ld.so.conf) 780 780 ENDIF(IS_DIRECTORY /etc/ld.so.conf.d) 781 781
