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