Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/neartree/files: CMakeLists.txt
Date: Wed, 30 May 2012 19:05:14
Message-Id: 20120530190457.B34C82004C@flycatcher.gentoo.org
1 jlec 12/05/30 19:04:57
2
3 Modified: CMakeLists.txt
4 Log:
5 sci-libs/neartree: Don't install into /usr/usr/lib
6
7 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sci-libs/neartree/files/CMakeLists.txt
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/neartree/files/CMakeLists.txt?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/neartree/files/CMakeLists.txt?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/neartree/files/CMakeLists.txt?r1=1.1&r2=1.2
15
16 Index: CMakeLists.txt
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/neartree/files/CMakeLists.txt,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- CMakeLists.txt 30 May 2012 12:34:19 -0000 1.1
23 +++ CMakeLists.txt 30 May 2012 19:04:57 -0000 1.2
24 @@ -14,7 +14,7 @@
25
26 set_target_properties(CNearTree PROPERTIES SOVERSION ${LIB_MAJOR} VERSION ${_soversion})
27
28 -INSTALL(TARGETS CNearTree DESTINATION ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR})
29 +INSTALL(TARGETS CNearTree DESTINATION ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX})
30 install(FILES CNearTree.h rhrand.h TNear.h triple.h
31 DESTINATION ${CMAKE_INSTALL_PREFIX}/include)
32 install(FILES README_NearTree.txt DESTINATION ${CMAKE_INSTALL_PREFIX}/share/doc/neartree-${LIB_MAJOR}.${LIB_MINOR}.${LIB_RELEASE})