aboutsummaryrefslogtreecommitdiff
path: root/libssh-config.cmake.in
AgeCommit message (Collapse)AuthorFilesLines
2018-11-06cmake: Refresh the CMake Config filesChristophe Giboudeaux1-10/+10
This commit fixes a couple issues in the CMake configuration files and uses native features from CMake: * libssh-build-tree-settings.cmake is deleted. There was a typo that made this file unusable, anyway. * use the macros available in CMakePackageConfigHelpers.cmake to generate the version file and check that the files exist * Remove the LIBSSH_THREADS_LIBRARY variable, it used the non-existent LIBSSH_THREADS_LIBRARY_NAME variable. * Fix the in tree build. libssh can be used uninstalled again. Test plan: The values were tested after installing the new files and also without running 'make install'. Signed-off-by: Christophe Giboudeaux <christophe@krop.fr>
2018-02-16cmake: Mark LIBSSH_LIBRARIES and LIBSSH_INCLUDE_DIR as advancedAndreas Schneider1-0/+2
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2014-05-22cmake: Fix libssh cmake-config files.Andreas Schneider1-2/+4
2013-02-13cmake: Fix config include dir variable name.Andreas Schneider1-1/+1
2013-02-12cmake: Add cmake config files for new find_package() mode.Andreas Schneider1-0/+11