From 54028c58b1238823258bb38da60991ad4aa1ec35 Mon Sep 17 00:00:00 2001 From: Christian Zimmermann Date: Wed, 1 Jan 2025 02:58:27 -0800 Subject: [PATCH] correction in CMakeLists.txt --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ee9b3f..57a22ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -104,9 +104,9 @@ endif() # CHECK LIBRARIES : cereal if(DEFINED ENABLE_cereal) - set(ENABLE_cereal ${ENABLE_cereal} CACHE BOOL "enable hdf5") + set(ENABLE_cereal ${ENABLE_cereal} CACHE BOOL "enable cereal") else() - set(ENABLE_cereal TRUE CACHE BOOL "enable hdf5") + set(ENABLE_cereal TRUE CACHE BOOL "enable cereal") endif() find_package(cereal QUIET)