We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Last wxWidgets version that works: v3.1.4.
Version 3.2 and master branch fails to build on Mac and Windows. Changing external project definition in thirdparty/wxwidgets/CMakeLists.txt to:
thirdparty/wxwidgets/CMakeLists.txt
ExternalProject_Add(wxWidgets_external GIT_REPOSITORY https://github.com/wxWidgets/wxWidgets.git GIT_TAG master UPDATE_COMMAND "" CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${STAGED_INSTALL_PREFIX} -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} -DwxBUILD_SHARED=OFF CMAKE_CACHE_ARGS TEST_AFTER_INSTALL 0 DOWNLOAD_NO_PROGRESS 1 LOG_CONFIGURE 1 LOG_BUILD 1 LOG_INSTALL 1 )
fixes the issue on Mac but NOT on Windows.
Sticking to v3.1.4 for now and investigating the bug.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Last wxWidgets version that works: v3.1.4.
Version 3.2 and master branch fails to build on Mac and Windows. Changing external project definition in
thirdparty/wxwidgets/CMakeLists.txt
to:fixes the issue on Mac but NOT on Windows.
Sticking to v3.1.4 for now and investigating the bug.
The text was updated successfully, but these errors were encountered: