From 756aea51878963f50945a75bcb92b7e5787ca45f Mon Sep 17 00:00:00 2001 From: daviDarthemis Date: Sun, 8 Dec 2024 16:58:32 -0300 Subject: [PATCH] update --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f83d4ea467..305332c4ae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -138,8 +138,9 @@ if(NOT WIN32) add_compile_options(-pthread) endif() -if(USE_RESTRICTED_KELINUX) +if(USE_RESTRICTED_SELINUX) add_compile_definitions(RESTRICTED_SELINUX) + message(STATUS "compiling for restricted selinux") endif() # TODO: do real installation, including copying directory structure