File sigutils-no-docs.patch of Package sigutils
diff --git a/CMakeLists.txt b/CMakeLists.txt index 70abfc0..8c2e1b6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,7 +63,7 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}) add_subdirectory(src) # The documentation is in doc -add_subdirectory(doc) +#add_subdirectory(doc) # Tests are in the tests dir include(CTest)