compile/run test to detect Wx ABI version #142
In 4e665ae0 I hardcoded -fabi-version=2 for g++ flags, and @ArtiiP pointed out that this is wrong, because Wx may be compiled with other ABI versions. Add cmake check_cxx_source_runs() tests to determine the correct ABI version flag to use with Wx.
Please register or sign in to comment