summaryrefslogtreecommitdiff
path: root/accel-pppd/extra/net-snmp
diff options
context:
space:
mode:
authorKozlov Dmitry <xeb@mail.ru>2012-12-26 02:15:05 +0400
committerKozlov Dmitry <xeb@mail.ru>2013-01-25 00:15:23 +0400
commitbea22e396766ff09ca43e6ddc143b0f1dd6c08bd (patch)
treee00f4cbc6ed0542fef8f3d8201a6b00854b437ec /accel-pppd/extra/net-snmp
parentafdce0b1537264067f7cbb2b0adb63b20dc5d9e7 (diff)
downloadaccel-ppp-xebd-bea22e396766ff09ca43e6ddc143b0f1dd6c08bd.tar.gz
accel-ppp-xebd-bea22e396766ff09ca43e6ddc143b0f1dd6c08bd.zip
cmake: use CMAKE_FIND_ROOT_PATH and LIB_SUFFIX
Diffstat (limited to 'accel-pppd/extra/net-snmp')
-rw-r--r--accel-pppd/extra/net-snmp/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/extra/net-snmp/CMakeLists.txt b/accel-pppd/extra/net-snmp/CMakeLists.txt
index b61c0d0..7633f37 100644
--- a/accel-pppd/extra/net-snmp/CMakeLists.txt
+++ b/accel-pppd/extra/net-snmp/CMakeLists.txt
@@ -25,5 +25,5 @@ IF (NETSNMP_PREFIX)
ENDIF (NETSNMP_PREFIX)
INSTALL(TARGETS net-snmp
- LIBRARY DESTINATION lib/accel-ppp
+ LIBRARY DESTINATION lib${LIB_SUFFIX}/accel-ppp
)