blob: 750740325604fd60e2f34a46b8e2d11c50431345 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- CMakeLists.txt.orig 2023-11-24 17:33:10.000000000 +0700
+++ CMakeLists.txt 2024-02-17 02:31:46.069754000 +0700
@@ -2078,8 +2078,6 @@
ENDIF()
ENDIF()
-ADD_SUBDIRECTORY(extra/libkmip)
-
#
# Setup maintainer mode options by the end. Platform checks are
# not run with the warning options as to not perturb fragile checks
@@ -2322,10 +2320,6 @@
IF(ENABLE_GCOV)
INCLUDE(fastcov)
-ENDIF()
-
-IF(UNIX)
- ADD_SUBDIRECTORY(man)
ENDIF()
IF(LINUX AND NOT WITHOUT_SERVER)
|