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

CMake build not generating Makefile #440

Open
satwik-krit opened this issue Jan 11, 2025 · 0 comments
Open

CMake build not generating Makefile #440

satwik-krit opened this issue Jan 11, 2025 · 0 comments

Comments

@satwik-krit
Copy link

I followed BUILDING.md to build the project using cmake. I followed the steps by running cmake .. from the build folder. However, it did not generate any Makefile and caused make to fail. This is my first time using cmake and am not sure what is wrong. Help?
Output of cmake ..:
(The folder path in the output has been substituted)

-- Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.26100.
-- The C compiler identification is MSVC 19.42.34435.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.42.34433/bin/Hostx64/x64/cl.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Configuring done (5.2s)
-- Generating done (0.1s)
-- Build files have been written to: C:/Users/path/to/cglm/build```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant