Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

be able to build static llibrary by MSVC #119

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Naruto
Copy link

@Naruto Naruto commented Mar 12, 2018

proposal

Fix to not search getopt.h or sys / time.h when building only static libraries. Now you can build with MSVC.

changes

  • check_include_file(getopt.h HAVE_GETOPT_H ) is invoked when WITH_TOOLS option is ON.
  • check_include_file(sys/time.h HAVE_SYS_TIME_H) is invoked when WITH_TEST option is ON.

…to request from options.

- `check_include_file(getopt.h   HAVE_GETOPT_H  )` is invoked when WITH_TOOLS option is ON.
- `check_include_file(sys/time.h HAVE_SYS_TIME_H)` is invoked when WITH_TEST option is ON.
@misery
Copy link
Contributor

misery commented Oct 14, 2020

Replaced by this? --> d3ba592

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants