diff options
author | Rye <rye@lindenlab.com> | 2024-10-11 06:35:10 -0700 |
---|---|---|
committer | Rye <rye@lindenlab.com> | 2024-10-11 14:59:04 -0700 |
commit | a6a3a1771b81e551e2d7fcd68e9df0cec092b27b (patch) | |
tree | cc66d36873ee157429668cbaef6bfd5f47848dd1 /indra/cmake | |
parent | bed3b57c52574ec593293c7397dd0da18e801fb4 (diff) |
Rework GHA matrix config to fix linux build
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/UI.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/cmake/UI.cmake b/indra/cmake/UI.cmake index 23bd8018dd..595f394af4 100644 --- a/indra/cmake/UI.cmake +++ b/indra/cmake/UI.cmake @@ -6,7 +6,6 @@ include(GLIB) add_library( ll::uilibraries INTERFACE IMPORTED ) if (LINUX) - use_prebuilt_binary(fltk) target_compile_definitions(ll::uilibraries INTERFACE LL_X11=1 ) if( USE_CONAN ) |