Update to 4.10.0
This commit is contained in:
parent
39489e3431
commit
1e925633b6
4 changed files with 19 additions and 28 deletions
12
libArcus-3.10.0-PyQt5.sip.patch
Normal file
12
libArcus-3.10.0-PyQt5.sip.patch
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
diff -up libArcus-4.10.0/cmake/FindSIP.cmake.sip libArcus-4.10.0/cmake/FindSIP.cmake
|
||||
--- libArcus-4.10.0/cmake/FindSIP.cmake.sip
|
||||
+++ libArcus-4.10.0/cmake/FindSIP.cmake
|
||||
@@ -70,7 +70,7 @@ find_path(SIP_INCLUDE_DIRS sip.h
|
||||
)
|
||||
|
||||
execute_process(
|
||||
- COMMAND ${Python3_EXECUTABLE} -c "import sip; print(sip.SIP_VERSION_STR)"
|
||||
+ COMMAND ${Python3_EXECUTABLE} -c "import PyQt5.sip; print(PyQt5.sip.SIP_VERSION_STR)"
|
||||
RESULT_VARIABLE _process_status
|
||||
OUTPUT_VARIABLE _process_output
|
||||
OUTPUT_STRIP_TRAILING_WHITESPACE
|
||||
Loading…
Add table
Add a link
Reference in a new issue