CyanOS-Project / CyanOSKernel

Coding an operating system to keep my sanity during the quarantine.
MIT License
66 stars 8 forks source link

add recursive parameter to the git clone command #2

Closed siradam7th closed 4 years ago

siradam7th commented 4 years ago

the project makes use of the googletest submodule, you must add the --recursive parameter to the git clone command for the submodule to be cloned too, else cmake will throw an error about not finding it.