-
Notifications
You must be signed in to change notification settings - Fork 40
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
"math cannot parse the expression" Error in Reprojucer when configuring a project #754
Comments
I think this may be due to an out of date cmake on my part. |
Wait. I think there is an issue in the docs. It says that "Reprojucer.cmake requires CMake version 3.4 minimum." However, the latest version of cmake I can find is |
Hi @JoseDiazRohena, Thanks for using FRUT! FRUT indeed requires CMake 3.4 (which was released in November 2015), or a later version. The last version of CMake (3.25.1 as you found out) should work fine, though I haven't tested personally. Based on the CMake error you shared above, Reproducer.cmake is trying to convert the version of your project ( Does Projucer really accept a project version like I hope this helps! |
It seems that Projucer is fine with non-integers values in the project version because it uses As I wrote above, you found a bug in Reprojucer.cmake. Thanks for finding it and opening that issue! I'll take care of fixing it as soon as I can. |
Ah! I'm glad to have helped 🫡. |
Hi! I'm excited to get this working but have run into some issues.
I configured and built FRUT as instructed in "getting started". I was able to
successfully create a
cmakelist.txt
for my project, but configuring withcmake .. G Xcode
fails with the following error:I'm using Xcode 14.2 and Cmake 3.25.1
The text was updated successfully, but these errors were encountered: