Replies: 1 comment 1 reply
-
Does CMake mention any variables not set, like CMAKE_C_COMPILER, CMAKE_CXX_COMPILER or CMAKE_MAKE_PROGRAM? I know if you set some of those before you call PROJECT(), it will help cmake find your compiler. Not sure how CMake treats cosmocc, so may wanna set them all yourself. What does CMake choose for CMAKE_GENERATOR. Is is Unix Makefiles? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I came across this post, this works perfectly fine on linux but doesn't work on Mac ARM. It constantly gives me error that it cannot compile simple test program in C while running
cmake -B build
.Beta Was this translation helpful? Give feedback.
All reactions