diff options
author | Yuyi Wang <Strawberry_Str@hotmail.com> | 2022-05-24 06:38:47 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-05-24 16:05:00 -0700 |
commit | a561962479cc2c1063babeeaf0e6491fd4b8b2e8 (patch) | |
tree | bf7dd41bea5a60b52913fce1eb706b539175745a /commit.c | |
parent | e54793a95afeea1e10de1e5ad7eab914e7416250 (diff) |
cmake: fix CMakeLists.txt on Linux
CMakeLists.txt didn't follow the grammar of `set`, and it will fail when
setting `USE_VCPKG` off on non-Windows platforms.
When the platform is Linux, the Makefile adds `compat/linux/procinfo.o`
to `COMPAT_OBJS`, but the CMakeLists.txt didn't add
`compat/linux/procinfo.c` to `compat_SOURCES`. It would cause linkage
error.
Signed-off-by: Yuyi Wang <Strawberry_Str@hotmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.c')
0 files changed, 0 insertions, 0 deletions