Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit e62a8e5

Browse files
committed
clang 14 does not support cp932
1 parent d886dd0 commit e62a8e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/onig-config
247247
# Test
248248
if(BUILD_TEST)
249249
add_subdirectory(test)
250-
if (NOT APPLE)
250+
if(CMAKE_COMPILER_IS_GNUCC)
251251
add_subdirectory(windows)
252252
endif()
253253
endif(BUILD_TEST)

0 commit comments

Comments
 (0)