fixed build on 64 bit systems tizen_2.1 2.1b_release accepted/tizen/20130520.100917 accepted/tizen_2.1/20130425.035447 submit/tizen/20130517.044809 submit/tizen_2.1/20130424.230831
authorAnas Nashif <anas.nashif@intel.com>
Thu, 4 Apr 2013 20:12:27 +0000 (13:12 -0700)
committerAnas Nashif <anas.nashif@intel.com>
Thu, 4 Apr 2013 20:12:27 +0000 (13:12 -0700)
Change-Id: I81a316db301357cab4eb5b4c62e0fdff37904b22

CMakeLists.txt

index 5de2f29..5b248b9 100755 (executable)
@@ -15,7 +15,7 @@ MESSAGE("Build type: ${CMAKE_BUILD_TYPE}")
 
 SET(PREFIX ${CMAKE_INSTALL_PREFIX})
 SET(EXEC_PREFIX "\${prefix}")
-SET(LIBDIR "\${exec_prefix}/lib")
+SET(LIBDIR ${LIB_INSTALL_DIR})
 SET(INCLUDEDIR "\${prefix}/include/${PROJECT_NAME}")
 SET(VERSION_MAJOR 0)
 SET(VERSION "${VERSION_MAJOR}.0.2")