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

Threads dependency doesnt follow standard find module norm. Adapt it to make it work. #35

Open
asmodehn opened this issue Feb 10, 2014 · 0 comments
Labels

Comments

@asmodehn
Copy link
Owner

The current workaround is

WkDepends( Threads )

WkBuild(...)

target_link_libraries (${PROJECT_NAME} ${CMAKE_THREAD_LIBS_INIT})

The target_link_libraries line should not be needed.

@asmodehn asmodehn added the bug label Feb 10, 2014
@asmodehn asmodehn added this to the C++11 Android NDK milestone Mar 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant