Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
ptahmose committed Oct 30, 2023
1 parent 19d5645 commit 46810a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/JxrDecode/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 46810a2

Please sign in to comment.