mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[BUG] Failed to execute cmake at client_server directory. #112
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nieyuyao on GitHub (Mar 26, 2022).
Description
An error is occurred when i execute
cmake .atclient_serverdirectory.Expected behavior
Generate makefile successfully
Actual behavior
Failed to generate makefile
Possible fix
No response
Steps to reproduce
cd client_servercmake .Context
I was trying to understand the implementation of tcp and udp server
Additional information
No response
@nieyuyao commented on GitHub (Mar 26, 2022):
Executed successfully when i add
include(CheckIncludeFile)toclient_server/CMakeLists.@mucahitdemir commented on GitHub (Apr 24, 2022):
I would also advise the same way you did.
@github-actions[bot] commented on GitHub (May 25, 2022):
This issue has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@rbevin777 commented on GitHub (Jul 6, 2023):
Anyone mind if I take a look at this?
@rbevin777 commented on GitHub (Jul 7, 2023):
PR ready for review here: https://github.com/TheAlgorithms/C/pull/1285