summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 45164fa..2283fa7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -796,12 +796,12 @@ endif()
if(INC_INSTALL_DIR STREQUAL "${CMAKE_INSTALL_PREFIX}/include")
set(PC_INC_INSTALL_DIR "\${prefix}/include")
else()
- set(PC_INC_INSTALL_DIR "${INSTALL_INC_DIR}")
+ set(PC_INC_INSTALL_DIR "${INC_INSTALL_DIR}")
endif()
if(LIB_INSTALL_DIR STREQUAL "${CMAKE_INSTALL_PREFIX}/lib")
set(PC_LIB_INSTALL_DIR "\${exec_prefix}/lib")
else()
- set(PC_LIB_INSTALL_DIR "${INSTALL_LIB_DIR}")
+ set(PC_LIB_INSTALL_DIR "${LIB_INSTALL_DIR}")
endif()
#============================================================================