mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
Remove stray CMake cache variable setting
The same line exists unconditionally further down in the same file.
This commit is contained in:
parent
4a2e2fb2ed
commit
35de15ce4b
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ set_target_properties(@slint_cpp_impl@ PROPERTIES @SLINT_LIB_PROPERTIES@)
|
|||
|
||||
set(SLINT_COMPILER @SLINT_COMPILER@ CACHE FILEPATH "Path to the slint-compiler executable")
|
||||
if (SLINT_COMPILER)
|
||||
set(SLINT_STYLE @_SLINT_STYLE@ CACHE STRING "The Slint widget style")
|
||||
add_executable(Slint::slint-compiler IMPORTED GLOBAL)
|
||||
set_target_properties(Slint::slint-compiler PROPERTIES IMPORTED_LOCATION ${SLINT_COMPILER})
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/SlintMacro.cmake")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue