-
Notifications
You must be signed in to change notification settings - Fork 64
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 CMP0068 is not set #1188
Comments
Thanks for reporting this. Unfortunately, I don't have access to a MacOS device for reproducing the behaviour and testing fixes. Could you check if #1242 fixes the issue and compilation still works as expected and that you can execute the resulting binary without errors? |
@zekailin00: would you be able to check whether the fix proposed in #1242 works? If so, we can merge it and close this issue. |
@zekailin00 Did you also update all submodules? And do you still have any build artifacts from your earlier tries? You can use |
I realized that the error I had above was because the folder name I have is The commands I ran were:
And I checked with |
And it seems homebrew on mac has 3.24 as the highest version I can upgrade cmake to.
|
I lost track of this issue and stumbled across it today. I made another attempt at fixing it in #1242. Could you check if this solves the issue and the resulting binaries still work, even when calling from different locations? A newer cmake version should be fine, I only modified the minimum required version because my changes are not expected to work with older versions. |
This fixes #1188 by updating reactor-cpp
This fixes #1188 by updating reactor-cpp
MacOS Big Sur 11.6, using IntelliJ, following the instructions in the documentation to compile CarBrake.lf.
There is a CMake Warning saying Policy CMP0068 is not set.
The text was updated successfully, but these errors were encountered: