From 3dbcd33d9be26502de93ac6d5a5bc4ef578ce3e7 Mon Sep 17 00:00:00 2001 From: cliffg-softwarelibre Date: Fri, 12 Dec 2025 17:26:11 -0700 Subject: [PATCH] Removed extraneous spaces --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d83bced..69d2d88 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,9 +14,9 @@ project ( binary_serialize DESCRIPTION "Binary serialization with std::format like syntax" HOMEPAGE_URL "https://github.com/connectivecpp/binary-serialize/" ) - option ( BINARY_SERIALIZE_BUILD_TESTS "Build unit tests" OFF ) - option ( BINARY_SERIALIZE_BUILD_EXAMPLES "Build examples" OFF ) - option ( BINARY_SERIALIZE_INSTALL "Install header only library" OFF ) +option ( BINARY_SERIALIZE_BUILD_TESTS "Build unit tests" OFF ) +option ( BINARY_SERIALIZE_BUILD_EXAMPLES "Build examples" OFF ) +option ( BINARY_SERIALIZE_INSTALL "Install header only library" OFF ) # add library targets