Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed May 15, 2024
1 parent b44cec1 commit e2345c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ if (NOT SAM_SKIP_TOOLS)
endif()
endif()

if (MSVC and EXISTS "$ENV{WXMSW3}/lib/wxwidgets.props")
if (MSVC AND EXISTS "$ENV{WXMSW3}/lib/wxwidgets.props")
set_property(
TARGET lk
PROPERTY VS_USER_PROPS "$ENV{WXMSW3}/wxwidgets.props"
Expand Down

0 comments on commit e2345c7

Please sign in to comment.