mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-12 11:10:28 +09:00
cmake: Check for argp library only on bsd and solaris.
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
project(tests C)
|
project(tests C)
|
||||||
|
|
||||||
|
if (BSD OR SOLARIS)
|
||||||
find_package(Argp)
|
find_package(Argp)
|
||||||
|
endif (BSD OR SOLARIS)
|
||||||
|
|
||||||
set(TORTURE_LIBRARY torture)
|
set(TORTURE_LIBRARY torture)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user