diff options
-rw-r--r-- | tests/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index e620561..802ee56 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) |