Fix compilation error in win11
This commit is contained in:
parent
9ffe13a9b4
commit
2816f2752b
|
@ -39,6 +39,7 @@ endif ()
|
|||
|
||||
if (WIN32)
|
||||
add_compile_definitions (_CRT_SECURE_NO_WARNINGS)
|
||||
add_compile_options (/utf-8)
|
||||
endif ()
|
||||
|
||||
set (CARLA_COMMON_DEFINITIONS)
|
||||
|
|
Loading…
Reference in New Issue