cmake: Fix config include dir variable name.

This commit is contained in:
Andreas Schneider 2013-02-13 15:30:23 +01:00
parent 5d6cab4b14
commit e471aa4e0b
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
set(LIBSSH_INLUDE_DIRS @PROJECT_SOURCE_DIR@/include)
set(LIBSSH_INLUDE_DIR @PROJECT_SOURCE_DIR@/include)

View File

@ -4,7 +4,7 @@ if (EXISTS "${LIBSSH_CMAKE_DIR}/CMakeCache.txt")
# In build tree
include(${LIBSSH_CMAKE_DIR}/libssh-build-tree-settings.cmake)
else()
set(LIBSSH_INCLUDE_DIRS @INCLUDE_INSTALL_DIR@)
set(LIBSSH_INCLUDE_DIR @INCLUDE_INSTALL_DIR@)
endif()
set(LIBSSH_LIRBARY @LIB_INSTALL_DIR@/libssh.so)