From 15d5917af6b50916bf42fb2e796f8c136f3a1c74 Mon Sep 17 00:00:00 2001
From: Frederik Hennig <frederik.hennig@fau.de>
Date: Mon, 2 Dec 2024 10:15:39 +0100
Subject: [PATCH] fix doc on cmake output_mode

---
 docs/source/usage/project_integration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/usage/project_integration.md b/docs/source/usage/project_integration.md
index f6f3bb3..19809a6 100644
--- a/docs/source/usage/project_integration.md
+++ b/docs/source/usage/project_integration.md
@@ -96,7 +96,7 @@ The function takes the following options:
  - `SCRIPTS`: A list of generator scripts
  - `DEPENDS`: A list of dependencies for the generator scripts
  - `FILE_EXTENSION`: The desired extensions for the generated files
- - `HEADER_ONLY`: Toggles header-only code generation
+ - `OUTPUT_MODE`: Sets the output mode of the code generator; see {any}`SfgConfig.output_mode`.
 
 ### Include generated files
 
-- 
GitLab