--- CMakeLists.txt.orig 2019-08-13 16:59:16 UTC +++ CMakeLists.txt @@ -98,10 +98,10 @@ OPTION(ENABLE_SQLITE "Build SQLite3 backend for Wt::Db OPTION(ENABLE_POSTGRES "Build PostgreSQL backend for Wt::Dbo" ON) OPTION(ENABLE_FIREBIRD "Build FirebirdSQL backend for Wt::Dbo" ON) OPTION(ENABLE_MYSQL "Build mariadb/mysql backend for Wt::Dbo" ON) -OPTION(ENABLE_MSSQLSERVER "Build Microsoft SQL Server backend for Wt::Dbo" ON) -OPTION(ENABLE_QT4 "Build Qt4 interworking library (libwtwithqt" ON) +OPTION(ENABLE_MSSQLSERVER "Build Microsoft SQL Server backend for Wt::Dbo" OFF) # Microsoft Windows only option +OPTION(ENABLE_QT4 "Build Qt4 interworking library (libwtwithqt" OFF) # QT4 is no longer available in FreeBSD Ports OPTION(ENABLE_LIBWTTEST "Build Wt::Test" ON) -OPTION(ENABLE_LIBWTDBO "Build Wt::Dbo" ON) +OPTION(ENABLE_LIBWTDBO "Build Wt::Dbo" OFF) # OFF is a more convenient default for FreeBSD options OPTION(WT_NO_STD_LOCALE "Build Wt to run on a system without std::locale support" OFF) OPTION(WT_NO_STD_WSTRING "Build Wt to run on a system without std::wstring support" OFF) OPTION(ENABLE_OPENGL "Build Wt with support for server-side opengl rendering" ON)