Skip to content

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