Skip to content

Commit

Permalink
Merge branch 'ms-wxwidgets-321' into ms-2020c
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiw committed Nov 18, 2022
2 parents 4eff469 + 76a03c6 commit 0961c5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/BuildWxWidgets.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ FetchContent_Declare(
)

FetchContent_GetProperties(wxWidgets)
if(NOT wxWidgets_POPULATED)
if(NOT wxwidgets_POPULATED)
FetchContent_Populate(wxWidgets)
add_subdirectory(${wxWidgets_SOURCE_DIR} ${wxWidgets_BINARY_DIR} EXCLUDE_FROM_ALL)
add_subdirectory(${wxwidgets_SOURCE_DIR} ${wxwidgets_BINARY_DIR} EXCLUDE_FROM_ALL)
endif()

# Override some CXX flags to prevent wxWidgets build failures
Expand Down

0 comments on commit 0961c5d

Please sign in to comment.