slint/api/cpp/cmake
Simon Hausmann 292f487815 Revert "Improve file type for SLINT_COMPILER cmake cache variable"
This reverts commit 0773e51d92.

By the SLINT_COMPILER being a `FILEPATH`, cmake will convert any
relative path to an absolute path. That's not wanted for the Yocto
build, because there we pass
'$ENV{OECORE_NATIVE_SYSROOT}/usr/bin/slint-compiler', so that
the path is resolved dynamically against the environment variable that
the Yocto SDK sets.

CMake would convert this to an absolute path that points into the build
directory, i.e. it would be /home/blah/foo/\$ENV{...}
2023-10-06 13:05:30 +02:00
..
SlintConfig.cmake.in Revert "Improve file type for SLINT_COMPILER cmake cache variable" 2023-10-06 13:05:30 +02:00
SlintMacro.cmake C++: DEPFILE is supported on most generator in recent cmake versions 2023-08-30 09:54:03 +02:00