Skip to content

Commit

Permalink
disable TEST_SUPPORT by default
Browse files Browse the repository at this point in the history
The current dependency tree means that WebKitLegacy depends on
WebCoreTestSupport and we're running into duplicated symbols in
different autogenerated code that are unresolvable.
  • Loading branch information
mnutt committed Dec 16, 2024
1 parent 7b7ed0f commit 805bd14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/cmake/OptionsQt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ WEBKIT_OPTION_DEPEND(USE_SYSTEM_SYSPROF_CAPTURE USE_SYSPROF_CAPTURE)
WEBKIT_OPTION_DEFINE(ENABLE_JSC_RESTRICTED_OPTIONS_BY_DEFAULT "Whether to enable dangerous development options in JSC by default." PRIVATE OFF)

option(GENERATE_DOCUMENTATION "Generate HTML and QCH documentation" OFF)
cmake_dependent_option(ENABLE_TEST_SUPPORT "Build tools for running layout tests and related library code" ON
cmake_dependent_option(ENABLE_TEST_SUPPORT "Build tools for running layout tests and related library code" OFF
"DEVELOPER_MODE" OFF)
option(USE_STATIC_RUNTIME "Use static runtime (MSVC only)" OFF)
option(ENABLE_PCH "Use pre-compiled headers (MSVC only)" ON)
Expand Down

0 comments on commit 805bd14

Please sign in to comment.