You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
590 B
16 lines
590 B
8 months ago
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||
|
index a847eda..eac046e 100644
|
||
|
--- a/CMakeLists.txt
|
||
|
+++ b/CMakeLists.txt
|
||
|
@@ -119,8 +119,8 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config.h.cmake ${CMAKE_CURRENT_BINARY
|
||
|
|
||
|
|
||
|
set(prefix ${CMAKE_INSTALL_PREFIX})
|
||
|
-set(exec_prefix ${prefix}/${CMAKE_INSTALL_BINDIR})
|
||
|
-set(libdir ${prefix}/${CMAKE_INSTALL_LIBDIR})
|
||
|
+set(exec_prefix ${CMAKE_INSTALL_FULL_LIBEXECDIR})
|
||
|
+set(libdir ${CMAKE_INSTALL_FULL_LIBDIR})
|
||
|
set(includedir ${prefix}/include)
|
||
|
|
||
|
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/belle-sip.pc.in ${CMAKE_CURRENT_BINARY_DIR}/belle-sip.pc)
|