1
0
Fork 0

[C] Enabled WCHAR_SUPPORT for build as default

This commit is contained in:
seleznevae 2018-11-16 22:25:40 +03:00
parent ae9103a714
commit 291743f1ef
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ include(${CMAKE_ROOT}/Modules/ExternalProject.cmake)
# Built options
option(FORT_CXX_BUILD "Compile with c++ compiler instead of c" OFF)
option(FORT_ENABLE_ASTYLE "Enable astyle" OFF)
option(FORT_ENABLE_WCHAR "Enable wchar support" OFF)
option(FORT_ENABLE_WCHAR "Enable wchar support" ON)
set(FORT_BUILD_TYPE "common" CACHE STRING "Build types(common, asan, ubsan, coveralls)")