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

Does cmake ver need to be that high? Raspberry OS on 3.18 #88

Closed
Fredrum opened this issue Jun 19, 2022 · 5 comments
Closed

Does cmake ver need to be that high? Raspberry OS on 3.18 #88

Fredrum opened this issue Jun 19, 2022 · 5 comments
Labels
wontfix This will not be worked on

Comments

@Fredrum
Copy link

Fredrum commented Jun 19, 2022

Hello!

Am going to try your Vulkan framework here hoping that it will offer a more sane programming experience than having to do it all from scratch.

Im working on a Raspberry Pi 4b with latest OS and stumble on the very first hurdle,

CMake Error at CMakeLists.txt:5 (cmake_minimum_required):
  CMake 3.22 or higher is required.  You are running version 3.18.4

I'll have to figure out how to get a higher version but just wanted to ask if 3.22 is really essential?

Cheers!

@TheLavaBlock
Copy link
Member

TheLavaBlock commented Jun 19, 2022

Hi 👋

The easiest way is to downgrade the version in your local CMakeLists.txt - everything should work.

Raspberry Pi 👀 Excellent, I also tried it a while ago: #39

lava flows on current versions to keep updates small and timely.

I hope the framework helps you 😉

@Fredrum
Copy link
Author

Fredrum commented Jun 19, 2022

Ha ok that sounds good!
I'm just building cmake from source and its a quite long process so once that's finished I'll try your suggestion instead!

I'm excited to test this out! :)

@TheLavaBlock
Copy link
Member

👍 Great that we could clarify this.

If you have feedback, get in touch...
I'd be interested to know how lava is currently running on the Pi.

I'll close this for now.

@TheLavaBlock TheLavaBlock added the wontfix This will not be worked on label Jun 19, 2022
@Fredrum
Copy link
Author

Fredrum commented Jun 19, 2022

I installed some stuff needed and then cmake was able to run quite far but just got this error,
(using cmake 3.18)

CMake Error at CMakeLists.txt:509 (cmake_path):
  Unknown CMake command "cmake_path".

I'll probably install my source built higher version cmake now.

@TheLavaBlock
Copy link
Member

Ahh yeah, sorry, this requires CMake 3.20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants