mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-01 20:31:27 +00:00
Unify Slint project version in CMake build
This commit is contained in:
parent
40bad67f11
commit
069b157143
3 changed files with 3 additions and 6 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 @SLINT_VERSION@ CACHE STRING "GitHub Release to use for Slint Binary Artifact Downloads")
|
||||
set(SLINT_GITHUB_RELEASE @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