]> git.ipfire.org Git - thirdparty/xz.git/commit
CMake: Use configure_file() to copy a file
authorLasse Collin <lasse.collin@tukaani.org>
Tue, 25 Jun 2024 13:11:13 +0000 (16:11 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 25 Jun 2024 13:13:39 +0000 (16:13 +0300)
commitde215a0517645d16343f3a5336d3df884a4f665f
tree6592afd28f80e687c8f1edb653c08a98d21270de
parente620f35097c0ad20cd76d8258750aa706758ced9
CMake: Use configure_file() to copy a file

I had missed this simpler method before. It does create a dependency
so that if .in.h changes the copying is done again.
CMakeLists.txt