💚 Just for fixing Windows, hopefully!

- Remove ~syncthing
This commit is contained in:
ThePhD 2021-05-07 09:14:05 -04:00
parent a3e3a62ad6
commit d20cca5261
No known key found for this signature in database
GPG Key ID: 1509DB1C0F702BFA
3 changed files with 3 additions and 0 deletions

View File

@ -75,3 +75,4 @@ check_compiler_diagnostic(unknown-warning-option)
check_compiler_diagnostic(microsoft-cast)
check_compiler_diagnostic(noexcept-type)
check_compiler_diagnostic(unreachable-code MSVC 4702)
check_compiler_diagnostic(padding-from-alignment MSVC 4324)

View File

@ -44,6 +44,8 @@ function(sol2_add_example_properties target-name)
${--allow-unknown-warning-option}
${--allow-noexcept-type}
${--allow-microsoft-cast}
${--allow-unreachable-code}
${--allow-padding-from-alignment}
)
target_compile_definitions(${target-name}