-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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 version specification doesn't work #572
Comments
Could you be so kind and elaborate? What doesn't work? On Sat, Nov 12, 2016, 6:14 PM Christophe notifications@github.com wrote:
|
Sorry, I see the problem. PR will follow shortly. |
Seems like I named version file incorrectly - according to Package_Version_Files it should be See #573.
|
Thanks @shaxbee for the quick resolution. Having a quick look I noticed this file name different but I haven't sue it matters. @rutsky, it would be great if you could have a look to double check it's working just fine for you. This is issue should be fixed in GLM 0.9.8 branch for GLM 0.9.8.3 release and in master branch. Thanks, |
@shaxbee thanks for the quick fix! @Groovounet I can confirm that renaming |
Thanks! :) |
I'm using GLM version 0.9.8.1 from Debian package on 64-bit GNU/Linux (https://packages.debian.org/sid/libglm-dev).
When I'm trying to specify in my
CMakeLists.txt
minimal required GLM version:I get CMake error:
Requirement without version specification works fine:
The text was updated successfully, but these errors were encountered: