Skip to content

Commit

Permalink
Fix bad formatting in CMakeLists.
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAWhiteBloodCell committed Dec 27, 2023
1 parent 8cd4a65 commit d49c3ec
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,6 @@ option(USE_SYSTEM_MINIUPNPC "Dynamically link against system miniUPnPc" ${USE_SY
option(USE_ASAN "Use address sanitizer" OFF)
option(USE_UBSAN "Use undefined behaviour sanitizer" OFF)

# TODO: stop hardcoding this before PR
set(USING_QT_UI ON)

if(UNIX AND NOT (APPLE OR ANDROID) AND VULKAN)
if(USING_X11_VULKAN)
message("Using X11 for Vulkan")
Expand Down Expand Up @@ -2261,8 +2258,8 @@ add_library(${CoreLibName} ${CoreLinkType}
Core/Net/InetCommon.h
Core/Net/NetResolver.cpp
Core/Net/NetResolver.h
Core/Net/InetSocket.cpp
Core/Net/InetSocket.h
Core/Net/InetSocket.cpp
Core/Net/InetSocket.h
Core/MemFault.cpp
Core/MemFault.h
Core/MemMap.cpp
Expand Down

0 comments on commit d49c3ec

Please sign in to comment.