mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
Prospective fix for downloadling slint-compiler for Slint releases
The GitHub release name has the git tag name, so a v prefix.
This commit is contained in:
parent
3139171d77
commit
b0db6d78fd
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ add_library(@slint_cpp_impl@ @cmake_lib_type@ IMPORTED)
|
|||
set_target_properties(@slint_cpp_impl@ PROPERTIES @SLINT_LIB_PROPERTIES@)
|
||||
|
||||
function(_slint_download_compiler_and_cache)
|
||||
set(SLINT_GITHUB_RELEASE @PROJECT_VERSION@ CACHE STRING "GitHub Release to use for Slint Binary Artifact Downloads")
|
||||
set(SLINT_GITHUB_RELEASE "v@PROJECT_VERSION@" CACHE STRING "GitHub Release to use for Slint Binary Artifact Downloads")
|
||||
|
||||
if (CMAKE_HOST_WIN32)
|
||||
set(compiler_exe_suffix ".exe")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue