From 46810a2f5b69399b269d3332c5dd172048e17d0b Mon Sep 17 00:00:00 2001 From: ptahmose Date: Mon, 30 Oct 2023 23:47:06 +0100 Subject: [PATCH] cosmetic --- Src/JxrDecode/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/JxrDecode/CMakeLists.txt b/Src/JxrDecode/CMakeLists.txt index cbacfc70..3aa381f4 100644 --- a/Src/JxrDecode/CMakeLists.txt +++ b/Src/JxrDecode/CMakeLists.txt @@ -112,7 +112,7 @@ endif() if (NOT jxrdecode_Has_rotl_with_intrin ) check_symbol_exists(_rotl "x86intrin.h" jxrdecode_Has_rotl_with_x86intrin) BoolToYesNo(jxrdecode_Has_rotl_with_x86intrin jxrdecode_result_text) - message("jxrdecode_Has_rotl_with_x86intrin= ${jxrdecode_result_text}.") + message("jxrdecode_Has_rotl_with_x86intrin = ${jxrdecode_result_text}.") endif() if (NOT jxrdecode_Has_rotl_with_x86intrin) set (jxrdecode_Has_rotl_with_x86intrin 0)