diff options
author | Kozlov Dmitry <xeb@mail.ru> | 2012-12-26 02:15:05 +0400 |
---|---|---|
committer | Kozlov Dmitry <xeb@mail.ru> | 2012-12-26 02:15:05 +0400 |
commit | c223aade3cd0c9ee651902f70da5497aae0f8014 (patch) | |
tree | d942db33fca7a4023c1c7f2639566471fd6f8e2d /accel-pppd/auth | |
parent | 4acfa46c321a344b9a6ce4128e72d1e02828d8a0 (diff) | |
download | accel-ppp-c223aade3cd0c9ee651902f70da5497aae0f8014.tar.gz accel-ppp-c223aade3cd0c9ee651902f70da5497aae0f8014.zip |
cmake: use CMAKE_FIND_ROOT_PATH and LIB_SUFFIX
Diffstat (limited to 'accel-pppd/auth')
-rw-r--r-- | accel-pppd/auth/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/auth/CMakeLists.txt b/accel-pppd/auth/CMakeLists.txt index 7af8faca..f93d9e35 100644 --- a/accel-pppd/auth/CMakeLists.txt +++ b/accel-pppd/auth/CMakeLists.txt @@ -8,6 +8,6 @@ TARGET_LINK_LIBRARIES(auth_mschap_v1 ${crypto_lib}) TARGET_LINK_LIBRARIES(auth_mschap_v2 ${crypto_lib}) INSTALL(TARGETS auth_pap auth_chap_md5 auth_mschap_v1 auth_mschap_v2 - LIBRARY DESTINATION lib/accel-ppp + LIBRARY DESTINATION lib${LIB_SUFFIX}/accel-ppp ) |