mirror of
https://github.com/vimpunk/mio.git
synced 2025-12-06 16:57:01 +08:00
Removes superfluous compile flags
This commit is contained in:
parent
0082811090
commit
5655910e73
@ -5,11 +5,6 @@ add_test(NAME mio.test COMMAND mio.test)
|
||||
if(WIN32)
|
||||
add_executable(mio.unicode.test unicode_test.cpp)
|
||||
target_link_libraries(mio.unicode.test PRIVATE mio::mio)
|
||||
target_compile_options(
|
||||
mio.unicode.test
|
||||
PRIVATE
|
||||
$<$<CXX_COMPILER_ID:MSVC>:/Zc:wchar_t>
|
||||
)
|
||||
target_compile_definitions(mio.unicode.test PRIVATE UNICODE)
|
||||
add_test(NAME mio.unicode.test COMMAND mio.test)
|
||||
endif()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user