You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake Warning (dev) in CMakeLists.txt:
No project() command is present. The top-level CMakeLists.txt file must
contain a literal, direct call to the project() command. Add a line of
code such as
project(ProjectName)
near the top of the file, but after cmake_minimum_required().
In addition it also complains that no cmake_minimum_required command is present. Are there any suggestions as to how to debug this?
The text was updated successfully, but these errors were encountered:
I'm trying to build libsnark on Mac Os (15.1.1) on an M3 mac. I'm using cmake 3.31. Strangely enough, even though the CMakeLists.txt file starts with
I get the following error from cmake
In addition it also complains that no
cmake_minimum_required
command is present. Are there any suggestions as to how to debug this?The text was updated successfully, but these errors were encountered: