Skip to content

Commit

Permalink
clang 14 does not support cp932
Browse files Browse the repository at this point in the history
  • Loading branch information
kkos committed Oct 10, 2023
1 parent d886dd0 commit e62a8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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)

0 comments on commit e62a8e5

Please sign in to comment.