volcoma / EtherealEngine

C++ Game Engine and Editor
BSD 2-Clause "Simplified" License
970 stars 159 forks source link

cmake error #14

Closed zhouxs1023 closed 7 years ago

zhouxs1023 commented 7 years ago

I use cmake 3.80 do makelist,but turn on error:

CMake Error at 3rdparty/bgfx/cmake/3rdparty/glsl-optimizer.cmake:73 (list): list sub-command REMOVE_ITEM requires two or more arguments.

360-164408199794146

volcoma commented 7 years ago

From the log you showed me it seems like you are missing the source for all of these libs. Did you udpate the submodules when u cloned the repo? Try following the steps in the building section of the repo description. The bgfx lib is a submodule.

volcoma commented 7 years ago

Can you tell me if it is still an issue.

zhouxs1023 commented 7 years ago

Oh, I miss bgfx source, now I have sucessfully cmake source Thanks you for help me !