📝 adjust build config
This commit is contained in:
parent
fc6f7c60c7
commit
c784b7b490
|
@ -15,6 +15,10 @@ if(MSVC)
|
|||
add_compile_options(/utf-8)
|
||||
endif()
|
||||
|
||||
if (APPLE)
|
||||
add_compile_options(-mmacosx-version-min=10.15)
|
||||
endif()
|
||||
|
||||
# generate release executables
|
||||
set(CMAKE_BUILD_TYPE "Release")
|
||||
|
||||
|
|
Loading…
Reference in New Issue