diff options
| -rw-r--r-- | indra/llwindow/CMakeLists.txt | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwindow/CMakeLists.txt b/indra/llwindow/CMakeLists.txt index dfa511e6ec..c86b252994 100644 --- a/indra/llwindow/CMakeLists.txt +++ b/indra/llwindow/CMakeLists.txt @@ -58,7 +58,7 @@ set(llwindow_LINK_LIBRARIES  # Libraries on which this library depends, needed for Linux builds  # Sort by high-level to low-level  if (LINUX) -  set(llwindow_LINK_LIBRARIES APPEND +  list( APPEND llwindow_LINK_LIBRARIES            ll::uilibraries            ll::sdl            ll::fontconfig          # For FCInit and other FC* functions.  | 
