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

Typo / wrong cmake function name in CMakeLists.txt #1705

Closed
susnux opened this issue Oct 31, 2015 · 1 comment
Closed

Typo / wrong cmake function name in CMakeLists.txt #1705

susnux opened this issue Oct 31, 2015 · 1 comment
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. comp: build CMake build system

Comments

@susnux
Copy link
Contributor

susnux commented Oct 31, 2015

When building on openSUSE Tumbleweed I noticed there is a wrong function name.
In lang/CMakeLists.txt is in line 231 a type:

target_include_directoriesf

instead of

target_include_directories

Patch I used to fix it for me:
https://gist.github.com/susnux/a3506fdca3ca3ce525d7

@danstowell
Copy link
Member

Many thanks!

@crucialfelix crucialfelix added bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. comp: build CMake build system labels Jan 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. comp: build CMake build system
Projects
None yet
Development

No branches or pull requests

3 participants