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)")