]> git.ipfire.org Git - thirdparty/zstd.git/commit
[build][cmake] Fix cmake with custom assembler
authorNick Terrell <terrelln@fb.com>
Tue, 20 Dec 2022 02:54:22 +0000 (18:54 -0800)
committerNick Terrell <nickrterrell@gmail.com>
Tue, 20 Dec 2022 21:02:21 +0000 (13:02 -0800)
commit651a38106095dd27ec149d64f2f6876802fca06c
tree1adeba7e6c096c4124d29c4b2349ea10e4db2db2
parentea199876e2521fdef55f35835adb9ae54b6478ce
[build][cmake] Fix cmake with custom assembler

Tell CMake to explicitly compile our assembly as C code, because we
require it is compiled by a C compiler, and it is only enabled for
clang/gcc.

Fixes #3193.
build/cmake/CMakeLists.txt
build/cmake/lib/CMakeLists.txt