FWGS / xash3d

DEPRECATED in favor of https://github.com/FWGS/xash3d-fwgs. Only bugfixes are accepted.
https://xash.su
GNU General Public License v3.0
552 stars 108 forks source link

Unable to generate Makefile under Debian Sid with CMake #439

Closed SugaryHull closed 5 years ago

SugaryHull commented 5 years ago

Fails with this message

CMake Error at cmake/FWGSLib.cmake:84 (add_subdirectory): The source directory

/home/alexander/src/FWGS-xash3d-33f9fe8/mainui

does not contain a CMakeLists.txt file. Call Stack (most recent call first): CMakeLists.txt:131 (fwgs_conditional_subproject)

SugaryHull commented 5 years ago

Here's the link to the CMakeOutput.log contents

https://hastebin.com/ipefalogul.sql

nekonomicon commented 5 years ago

git submodule init && git submodule update --init --recursive

SugaryHull commented 5 years ago

Thanks. It successfully built, so I'll close the issue.