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

cmake error #15

Closed
chuckshaw opened this issue Jun 27, 2011 · 0 comments
Closed

cmake error #15

chuckshaw opened this issue Jun 27, 2011 · 0 comments

Comments

@chuckshaw
Copy link
Contributor

Line 52 of src/osgEarthUtil/CMakeLists.txt looks like it has extra parentheses.

I fixed it by changing line 52:
IF(NOT (${OPENSCENEGRAPH_VERSION} VERSION_LESS "2.9.6"))

to this:
IF(NOT ${OPENSCENEGRAPH_VERSION} VERSION_LESS "2.9.6")

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