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

macOS/Windows support - CMakeLists.txt #18

Open
drjasonharrison-vp-eio opened this issue Oct 1, 2018 · 0 comments
Open

macOS/Windows support - CMakeLists.txt #18

drjasonharrison-vp-eio opened this issue Oct 1, 2018 · 0 comments

Comments

@drjasonharrison-vp-eio
Copy link

In the CMakeLists.txt, instead of:

link_libraries(libpthread.so)

for compatibility with macOS and Windows use:

set(THREADS_PREFER_PTHREAD_FLAG ON)
find_package(Threads REQUIRED)
link_libraries(Threads::Threads)

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

No branches or pull requests

1 participant