mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix cmake formatting issue
This commit is contained in:
parent
401bdc86dd
commit
18c77ddc2c
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ if (MSVC)
|
|||
add_compile_options(
|
||||
/guard:cf # required by CheckCFlags
|
||||
/Z7 # required by CheckCFlags
|
||||
/J # Similar to -funsigned-char on other platforms
|
||||
/J # Similar to -funsigned-char on other platforms
|
||||
/wd4068) # Disable unknown pragma warnings
|
||||
|
||||
add_link_options(/debug:full # required by CheckCFlags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue