]> git.ipfire.org Git - thirdparty/xz.git/commit
CMake: Fix appending to CMAKE_RC_FLAGS.
authorLasse Collin <lasse.collin@tukaani.org>
Tue, 10 Jan 2023 06:29:32 +0000 (08:29 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 10 Jan 2023 06:29:32 +0000 (08:29 +0200)
commit5e34774c31d1b7509b5cb77a3be9973adec59ea0
tree7b3bc5940b98ab07534647bd37efba0156d6261a
parent6e652ceb18c615c578c869db300fa0756788b4e0
CMake: Fix appending to CMAKE_RC_FLAGS.

It's a string, not a list. It only worked when the variable was empty.

Thanks to Iouri Kharon.
CMakeLists.txt