From 291743f1ef1550d903d13e7146a43e30da0b3e7d Mon Sep 17 00:00:00 2001 From: seleznevae Date: Fri, 16 Nov 2018 22:25:40 +0300 Subject: [PATCH] [C] Enabled WCHAR_SUPPORT for build as default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7127bb9..8996144 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)")