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

CI failure: Using cmake syntax introduced in 2.8.12 #25

Closed
hjmjohnson opened this issue Sep 30, 2016 · 1 comment
Closed

CI failure: Using cmake syntax introduced in 2.8.12 #25

hjmjohnson opened this issue Sep 30, 2016 · 1 comment

Comments

@hjmjohnson
Copy link
Contributor

https://travis-ci.org/wjakob/tbb/jobs/163667285

The syntax you are using for target_link_libraries is only valid in 2.8.12 or greater.

see:
https://cmake.org/cmake/help/v2.8.11/cmake.html
vs:
https://cmake.org/cmake/help/v2.8.12/cmake.html

see note at: b3078a4#diff-af3b638bc2a3e6c650974192a53c7291R218

@wjakob
Copy link
Owner

wjakob commented Oct 22, 2016

Fixed, thank you.

@wjakob wjakob closed this as completed Oct 22, 2016
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

2 participants