ci: change wxWidgets source to official repository

JIRA: STUDIO-6329
Change-Id: I31e0c891b24b4ba89993fcd7c3d1a5c67d2d117f
This commit is contained in:
Mack 2024-06-18 11:48:39 +08:00 committed by lane.wei
parent c8378296fa
commit a181250668
1 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,3 @@
set(_wx_git_tag bambu)
set(_wx_toolkit "")
if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
set(_gtk_ver 2)
@ -25,8 +23,8 @@ endif ()
# endif ()
bambustudio_add_cmake_project(wxWidgets
GIT_REPOSITORY "https://github.com/MackBambu/wxWidgets"
GIT_TAG ${_wx_git_tag}
GIT_REPOSITORY "https://github.com/bambulab/wxWidgets"
GIT_TAG master
DEPENDS ${PNG_PKG} ${ZLIB_PKG} ${EXPAT_PKG} ${TIFF_PKG} ${JPEG_PKG}
CMAKE_ARGS
-DwxBUILD_PRECOMP=ON