Skip to content

Commit

Permalink
build: Formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jcm93 committed Dec 26, 2024
1 parent 352fdbe commit 9334eff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
8 changes: 1 addition & 7 deletions cmake/finders/FindGTK.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,7 @@ find_path(
DOC "GTK include directory"
)

find_library(
GTK_LIBRARY
NAMES gtk-3
HINTS ${PC_GTK_LIBRARY_DIRS}
PATHS /usr/lib /usr/local/lib
DOC "GTK location"
)
find_library(GTK_LIBRARY NAMES gtk-3 HINTS ${PC_GTK_LIBRARY_DIRS} PATHS /usr/lib /usr/local/lib DOC "GTK location")

set(GTK_VERSION ${PC_GTK_VERSION})

Expand Down
8 changes: 1 addition & 7 deletions nall/cmake/sources.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -286,12 +286,6 @@ target_sources(
vfs/vfs.hpp
)

target_sources(
nall
PRIVATE
cmake/os-macos.cmake
cmake/os-windows.cmake
cmake/os-linux.cmake
cmake/os-freebsd.cmake)
target_sources(nall PRIVATE cmake/os-macos.cmake cmake/os-windows.cmake cmake/os-linux.cmake cmake/os-freebsd.cmake)

target_sources(nall PRIVATE cmake/sources.cmake)

0 comments on commit 9334eff

Please sign in to comment.