Skip to content

Commit

Permalink
Syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
jcpunk committed Jun 11, 2024
1 parent 15b817e commit 5a62877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/C/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if (USE_LANDLOCK)
CHECK_INCLUDE_FILE(linux/landlock.h HAVE_LANDLOCK_H)
if (HAVE_LANDLOCK_H)
add_feature_info(WITH_LANDLOCK USE_LANDLOCK "Use landlock to reduce privilege exposure")
else
else()
message(WARNING "linux/landlock.h requested, but not found")
endif (NOT HAVE_LANDLOCK_H)
endif (USE_LANDLOCK)
Expand Down

0 comments on commit 5a62877

Please sign in to comment.