File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
149149endif () # OS_LINUX
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set(CMAKE_FOLDER "QCefView/Core")
44include (FetchContent )
55
66if (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} " )
1010endif ()
You can’t perform that action at this time.
0 commit comments