diff options
author | bfredl <bjorn.linse@gmail.com> | 2024-11-21 18:58:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-21 18:58:51 +0100 |
commit | 92a83f671b227ace7ded5006619bb943c2d9ecc0 (patch) | |
tree | 678a168eef76c49fd4bb4aace4f9abb088ad8b6b /test | |
parent | 534544cbf7ac92aef44336cc9da1bfc02a441e6e (diff) | |
parent | be89d520d7e9ad6c574c259a10f282177fb5dd4a (diff) | |
download | rneovim-92a83f671b227ace7ded5006619bb943c2d9ecc0.tar.gz rneovim-92a83f671b227ace7ded5006619bb943c2d9ecc0.tar.bz2 rneovim-92a83f671b227ace7ded5006619bb943c2d9ecc0.zip |
Merge pull request #31193 from bfredl/winrt
refactor(windows)!: only support UCRT, even for mingw
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/fixtures/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/functional/fixtures/CMakeLists.txt b/test/functional/fixtures/CMakeLists.txt index 150407fe46..a388f9cb33 100644 --- a/test/functional/fixtures/CMakeLists.txt +++ b/test/functional/fixtures/CMakeLists.txt @@ -1,7 +1,4 @@ add_library(test_lib INTERFACE) -if(MINGW) - target_link_libraries(test_lib INTERFACE -municode) -endif() if(WIN32) target_compile_definitions(test_lib INTERFACE MSWIN) endif() |