diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index e6205616..802ee567 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -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)