mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
💚 Just for fixing Windows, hopefully!
- Remove ~syncthing
This commit is contained in:
parent
a3e3a62ad6
commit
d20cca5261
|
@ -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)
|
||||
|
|
|
@ -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}
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user