Skip to content

Commit

Permalink
Fixes indentation (will be squashed later)
Browse files Browse the repository at this point in the history
  • Loading branch information
crsib committed Nov 9, 2023
1 parent dba2aca commit 194ba5d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cmake-proxies/cmake-modules/dependencies/wxwidgets.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,8 @@ else()
endif()

if( NOT CMAKE_SYSTEM_NAME MATCHES "Windows|Darwin" )
set( toolkit "${wxWidgets_LIBRARIES}" )

message(STATUS "Trying to retrieve GTK version from ${toolkit}")
set( toolkit "${wxWidgets_LIBRARIES}" )
message(STATUS "Trying to retrieve GTK version from ${toolkit}")

if( "${toolkit}" MATCHES ".*gtk2.*" )
set( gtk gtk+-2.0 )
Expand Down

0 comments on commit 194ba5d

Please sign in to comment.