Skip to content

Commit ddc856a

Browse files
committed
feat: adopt to latest core
1 parent f3c67ae commit ddc856a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ if(OS_WINDOWS)
9797
# copy binary files of CefViewCore
9898
COMMAND ${CMAKE_COMMAND}
9999
-E copy_directory
100-
"$<TARGET_FILE_DIR:${CEFVIEW_WING_NAME}>"
100+
"$<TARGET_FILE_DIR:CefViewWing>"
101101
"$<TARGET_FILE_DIR:QCefView>/CefView"
102102

103103
# gnerate a file contains timestamp
@@ -143,7 +143,7 @@ if(OS_LINUX)
143143
# copy binary files of CefViewCore
144144
COMMAND ${CMAKE_COMMAND}
145145
-E copy_directory
146-
"$<TARGET_FILE_DIR:${CEFVIEW_WING_NAME}>"
146+
"$<TARGET_FILE_DIR:CefViewWing>"
147147
"$<TARGET_FILE_DIR:QCefView>"
148148
)
149149
endif() # OS_LINUX

thirdparty/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set(CMAKE_FOLDER "QCefView/Core")
44
include(FetchContent)
55

66
if(NOT CEFVIEW_CORE_VERSION)
7-
set(DEFAULT_CEFVIEW_CORE_VERSION "f2089f2091fddab7c9642256f0d7c717f9de830e")
7+
set(DEFAULT_CEFVIEW_CORE_VERSION "454c7246d1dd1c1a1888580e8972fac6691a5f44")
88
set(CEFVIEW_CORE_VERSION ${DEFAULT_CEFVIEW_CORE_VERSION})
99
message(STATUS "CEFVIEW_CORE_VERSION not set, use default value:${CEFVIEW_CORE_VERSION}")
1010
endif()

0 commit comments

Comments
 (0)