summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Festi <ffesti@redhat.com>2023-04-06 18:32:59 +0200
committerPanu Matilainen <pmatilai@redhat.com>2023-04-11 08:19:59 +0300
commit429bc295a7f306b9ef0c89d458ae35ec00531456 (patch)
tree90e4b9bf18ab05b2c3881d41a65249f4a0e00aa2
parentea71755e376e02d1a68e1b6122df42b03e794b74 (diff)
downloadrpm-429bc295a7f306b9ef0c89d458ae35ec00531456.tar.gz
Use WITH_IMAEVM in cmake file
as that's was we actually use
-rw-r--r--docs/man/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/CMakeLists.txt b/docs/man/CMakeLists.txt
index e34dd1ee9..479ea297b 100644
--- a/docs/man/CMakeLists.txt
+++ b/docs/man/CMakeLists.txt
@@ -22,7 +22,7 @@ if (ENABLE_PLUGINS)
if (WITH_FAPOLICYD)
list(APPEND manuals rpm-plugin-fapolicyd.8)
endif()
- if (WITH_IMA)
+ if (WITH_IMAEVM)
list(APPEND manuals rpm-plugin-ima.8)
endif()
if (WITH_SELINUX)