ci: change wxWidgets source to official repository
JIRA: STUDIO-6329 Change-Id: I31e0c891b24b4ba89993fcd7c3d1a5c67d2d117f
This commit is contained in:
parent
c8378296fa
commit
a181250668
|
@ -1,5 +1,3 @@
|
||||||
set(_wx_git_tag bambu)
|
|
||||||
|
|
||||||
set(_wx_toolkit "")
|
set(_wx_toolkit "")
|
||||||
if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
||||||
set(_gtk_ver 2)
|
set(_gtk_ver 2)
|
||||||
|
@ -25,8 +23,8 @@ endif ()
|
||||||
# endif ()
|
# endif ()
|
||||||
|
|
||||||
bambustudio_add_cmake_project(wxWidgets
|
bambustudio_add_cmake_project(wxWidgets
|
||||||
GIT_REPOSITORY "https://github.com/MackBambu/wxWidgets"
|
GIT_REPOSITORY "https://github.com/bambulab/wxWidgets"
|
||||||
GIT_TAG ${_wx_git_tag}
|
GIT_TAG master
|
||||||
DEPENDS ${PNG_PKG} ${ZLIB_PKG} ${EXPAT_PKG} ${TIFF_PKG} ${JPEG_PKG}
|
DEPENDS ${PNG_PKG} ${ZLIB_PKG} ${EXPAT_PKG} ${TIFF_PKG} ${JPEG_PKG}
|
||||||
CMAKE_ARGS
|
CMAKE_ARGS
|
||||||
-DwxBUILD_PRECOMP=ON
|
-DwxBUILD_PRECOMP=ON
|
||||||
|
|
Loading…
Reference in New Issue