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

build: Detect and allow external tinyxpath library usage #1759

Merged
merged 1 commit into from Aug 11, 2017
Merged

build: Detect and allow external tinyxpath library usage #1759

merged 1 commit into from Aug 11, 2017

Conversation

mooninite
Copy link
Contributor

Combines all previous work from PR 1731 into one clean commit.

Signed-off-by: Michael Cronenworth <mike@cchtml.com>
@gizmocuz gizmocuz merged commit dd9d3d9 into domoticz:development Aug 11, 2017
@gizmocuz
Copy link
Contributor

Thanks!

@gizmocuz
Copy link
Contributor

Unfortunately this is not working with the current cmake version on raspberry and other systems (for example my pine64)

CMake Error at CMakeLists.txt:528 (target_sources):
Unknown CMake command "target_sources".

Current cmake version 3.0.2

https://packages.debian.org/jessie/cmake

gizmocuz added a commit that referenced this pull request Aug 12, 2017
@gizmocuz
Copy link
Contributor

I reverted it partly, most is still there, but at least it now compiles on these arm systems

@mooninite
Copy link
Contributor Author

The target_sources command first appeared in CMake 3.1 3 years ago. The most important part of this pull request were the CMake changes.

Version 3.6.2 is available in backports to you. I'd highly recommend upgrading to a newer CMake. It will prevent future development more often the longer you stay on an ancient version.

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

Successfully merging this pull request may close these issues.

None yet

2 participants