Skip to content

Commit c223b65

Browse files
Niklas PoslovskiADKaster
authored andcommitted
Ladybird: Fix the include of use_linker in CMakeLists.txt
1 parent f1742ae commit c223b65

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Ladybird/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
2727

2828
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
2929

30-
include(use_linker)
31-
3230
if (ENABLE_ADDRESS_SANITIZER)
3331
add_compile_options(-fsanitize=address -fno-omit-frame-pointer)
3432
add_link_options(-fsanitize=address)
@@ -63,6 +61,7 @@ if (LADYBIRD_IS_TOP_LEVEL)
6361
)
6462
list(APPEND CMAKE_MODULE_PATH "${SERENITY_SOURCE_DIR}/Meta/CMake")
6563
include(cmake/EnableLagom.cmake)
64+
include(use_linker)
6665
include(lagom_compile_options)
6766
include(lagom_install_options)
6867
else()

0 commit comments

Comments
 (0)