From e62a8e5ec123bb91651d297e6f72c84d53e3cff8 Mon Sep 17 00:00:00 2001 From: "K.Kosako" Date: Wed, 11 Oct 2023 00:04:41 +0900 Subject: clang 14 does not support cp932 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bd807d0..a9a0b9c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -247,7 +247,7 @@ install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/onig-config # Test if(BUILD_TEST) add_subdirectory(test) - if (NOT APPLE) + if(CMAKE_COMPILER_IS_GNUCC) add_subdirectory(windows) endif() endif(BUILD_TEST) -- cgit v1.1