• Jason Rhinelander's avatar
    Force MSVC to compile in utf-8 mode · 8dc63ba9
    Jason Rhinelander authored
    MSVC by default uses the local codepage, which fails when it sees the
    utf-8 in test_python_types.cpp.  This adds the /utf-8 flag to the test
    suite compilation to force it to interpret source code as utf-8.
    
    Fixes #869
    8dc63ba9
CMakeLists.txt 9.04 KB