1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-28 01:41:48 +03:00

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)