-
-
Save ZenulAbidin/05e7bc7773b2cd4474fbca7b639f2a99 to your computer and use it in GitHub Desktop.
Pthread problem
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (MINGW) | |
# There is no variable for this (probably due to the fact that the pthread | |
# library is implicit with a link in msys). | |
find_library(win32pthread | |
NAMES libwinpthread-1.dll) | |
# Proceed to copy file to build directory... | |
endif () |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment