cmake: Do not use CMAKE_(SOURCE|BINARY)_DIR

This commit is contained in:
Douglas Heriot
2015-06-24 18:04:26 +02:00
committed by Andreas Schneider
parent 5478de1a64
commit a65af1b3b8
5 changed files with 7 additions and 7 deletions

View File

@@ -1,12 +1,12 @@
project(libssh-library C)
set(LIBSSH_PUBLIC_INCLUDE_DIRS
${CMAKE_SOURCE_DIR}/include
${libssh_SOURCE_DIR}/include
CACHE INTERNAL "libssh public include directories"
)
set(LIBSSH_PRIVATE_INCLUDE_DIRS
${CMAKE_BINARY_DIR}
${libssh_BINARY_DIR}
)
set(LIBSSH_LINK_LIBRARIES