From: worldcitizen Date: Thu, 10 May 2012 09:10:48 +0000 (+0000) Subject: Corrected missing info at ELSE and ENDIF. CMake correction. The library files are... X-Git-Tag: navit-0.5.0.5194svn~100 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f50d58c809cfba8f1497d78cd2142b5bfbd7681b;p=profile%2Fivi%2Fnavit.git Corrected missing info at ELSE and ENDIF. CMake correction. The library files are now installed in the correct directories for LINUX and UNIX lib for 32 bit systems and lib64 for 64 biis systems git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@5095 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- diff --git a/navit/CMakeLists.txt b/navit/CMakeLists.txt index af52c0b..5a5077d 100755 --- a/navit/CMakeLists.txt +++ b/navit/CMakeLists.txt @@ -46,9 +46,9 @@ IF(UNIX AND NOT ANDROID AND NOT APPLE) GET_FILENAME_COMPONENT (LIB_DIR ${LIBDIR} NAME) MESSAGE(STATUS " LIB_DIR (highest subdirectory if LIBDIR) is set to '${LIB_DIR}'") ENDIF (NOT LIBDIR) -ELSE (UNIX AND NOT ANDROID) +ELSE (UNIX AND NOT ANDROID AND NOT APPLE) SET(LIB_DIR lib) -ENDIF (UNIX AND NOT ANDROID) +ENDIF (UNIX AND NOT ANDROID AND NOT APPLE) foreach(EXTRA_MODULE ${EXTRA_MODULES}) add_module(${EXTRA_MODULE} "extra module specified" TRUE)