Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix locating the slint-compiler.exe on cmake cross-compiled packages
When cross-compiling CMAKE_EXECUTABLE_SUFFIX may not be set to .exe even though the host is Windows, because this variable always refers to the target. This is a missing feature in cmake, so work around it for now. See also https://gitlab.kitware.com/cmake/cmake/-/issues/17553 I made a similar workaround in Corrosion long time ago with commit b8a6b26a0f2d526e0492df9fd88c0495b0b8a64f The target prop line is duplicated in favor of introducing a variable, that would otherwise be at risk of being visible in the user scope.
- Loading branch information