From aa60e7997da033d0d17dde3e5c8c49efe76e635f Mon Sep 17 00:00:00 2001 From: Niklas Uhl Date: Sun, 9 Feb 2025 22:25:36 +0100 Subject: [PATCH] CMake formatting. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 144e081..3848e77 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ option(KASSERT_BUILD_TESTS "Build the tests." ${PROJECT_IS_TOP_LEVEL}) option(KASSERT_BUILD_DOCS "Build the tests." ${PROJECT_IS_TOP_LEVEL}) if (KASSERT_BUILD_DOCS) - add_subdirectory(docs) + add_subdirectory(docs) endif () add_library(kassert INTERFACE)