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

cmake: Silence configuration warning when MSVC is selected as generator. #872

Merged
merged 1 commit into from
Jan 12, 2024

Conversation

dmitrykos
Copy link
Collaborator

Silences CMake warning when MSVC is selected as generator:

CMake Warning at cmake/modules/FindJACK.cmake:43 (find_package):
  By not providing "Findpthreads.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "pthreads",
  but CMake did not find one.

  Could not find a package configuration file provided by "pthreads" with any
  of the following names:

    pthreadsConfig.cmake
    pthreads-config.cmake

  Add the installation prefix of "pthreads" to CMAKE_PREFIX_PATH or set
  "pthreads_DIR" to a directory containing one of the above files.  If
  "pthreads" provides a separate development package or SDK, be sure it has
  been installed.
Call Stack (most recent call first):
  CMakeLists.txt:138 (find_package)

@dmitrykos dmitrykos added the build-cmake CMake build system label Jan 9, 2024
@dmitrykos dmitrykos requested a review from Be-ing January 9, 2024 18:19
@dmitrykos dmitrykos self-assigned this Jan 9, 2024
@dmitrykos dmitrykos requested review from Be-ing and philburk and removed request for Be-ing January 9, 2024 19:19
@dmitrykos
Copy link
Collaborator Author

This PR could be merged painlessly but need one reviewer to approve.

@philburk philburk merged commit daaf637 into PortAudio:master Jan 12, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build-cmake CMake build system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants