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
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```
The text was updated successfully, but these errors were encountered:
I followed BUILDING.md to build the project using cmake. I followed the steps by running
cmake ..
from thebuild
folder. However, it did not generate any Makefile and causedmake
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)
The text was updated successfully, but these errors were encountered: