diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6e2e0d3..7035c14 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,5 +29,4 @@ set(CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION_MAJOR set(CPACK_DEBIAN_PACKAGE_ARCHITECTURE "amd64") add_subdirectory(src) -add_subdirectory(doc) add_subdirectory(test) |