diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-05-30 19:04:57 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-05-30 19:04:57 +0000 |
commit | eae2bdcad6046e892ea9eca526b2ef21a498b58e (patch) | |
tree | cbab9ea0b709bb482fb675d2d760acf792b284ce /sci-libs/neartree/files | |
parent | sci-libs/arpack: dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-eae2bdcad6046e892ea9eca526b2ef21a498b58e.tar.gz gentoo-2-eae2bdcad6046e892ea9eca526b2ef21a498b58e.tar.bz2 gentoo-2-eae2bdcad6046e892ea9eca526b2ef21a498b58e.zip |
sci-libs/neartree: Don't install into /usr/usr/lib
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/neartree/files')
-rw-r--r-- | sci-libs/neartree/files/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/neartree/files/CMakeLists.txt b/sci-libs/neartree/files/CMakeLists.txt index 4d2f07eab958..fe112be9a4d4 100644 --- a/sci-libs/neartree/files/CMakeLists.txt +++ b/sci-libs/neartree/files/CMakeLists.txt @@ -14,7 +14,7 @@ target_link_libraries(CNearTree CVector m) set_target_properties(CNearTree PROPERTIES SOVERSION ${LIB_MAJOR} VERSION ${_soversion}) -INSTALL(TARGETS CNearTree DESTINATION ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}) +INSTALL(TARGETS CNearTree DESTINATION ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}) install(FILES CNearTree.h rhrand.h TNear.h triple.h DESTINATION ${CMAKE_INSTALL_PREFIX}/include) install(FILES README_NearTree.txt DESTINATION ${CMAKE_INSTALL_PREFIX}/share/doc/neartree-${LIB_MAJOR}.${LIB_MINOR}.${LIB_RELEASE}) |