mirror of
https://github.com/eclipse-openvehicle-api/openvehicle-api.git
synced 2026-02-05 15:18:45 +00:00
update parser (#5)
This commit is contained in:
@@ -84,7 +84,8 @@ endif()
|
||||
# Default C++ settings
|
||||
if (CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
|
||||
message("Use MSVC compiler...")
|
||||
add_compile_options(/W4 /WX /wd4996 /wd4127 /permissive- /Zc:rvalueCast)
|
||||
add_compile_options(/W4 /WX /wd4996 /wd4127 /permissive- /Zc:rvalueCast /Zi)
|
||||
add_link_options(/DEBUG)
|
||||
|
||||
if (CMAKE_ENABLE_PREFAST)
|
||||
message("Microsoft PREfast static code analysis enabled...")
|
||||
|
||||
Reference in New Issue
Block a user