-
Notifications
You must be signed in to change notification settings - Fork 117
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 Warning: Policy CMP0054 is not set #44
Comments
Seems like |
It seems that the problem is in |
Thanks for investigating. I think this can be fixed. 😄 |
What happens when you build cmake-init based projects with CMake 3.0? I would assume that it implicitly dereferences |
The second problem I suppose is solved as our set_policy function tests internally if the policy is available with the current CMake version. |
I suggest we discuss the CMake 3.0 and MSVC compiler options issue in #49. |
Output using CMake 3.6.1.:
The text was updated successfully, but these errors were encountered: