Toolchain+LibTTF: Remove some blank line at the end of CMake files.

This commit is contained in:
Emanuele Torre 2021-01-03 20:40:13 +01:00 committed by Andreas Kling
parent 6abba493b2
commit 370ce42430
2 changed files with 0 additions and 2 deletions

View file

@ -6,4 +6,3 @@ set(SOURCES
serenity_lib(LibTTF ttf)
target_link_libraries(LibTTF LibGfx LibM LibCore)

View file

@ -23,4 +23,3 @@ set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY)