hlrs-vis / covise

Collaborative Visualization and Simulation Environment, OpenCOVER and OddLOT
http://www.hlrs.de/covise/
186 stars 88 forks source link

CMakeLists.txt in src/kernel/CMakeLists.txt #61

Closed atismer closed 4 years ago

atismer commented 4 years ago

Directive ADD_SUBDIRECTORY(file) in CMakeLists.txt gives error, because file directory is empty. Should be removed?

atismer commented 4 years ago

Sorry. My mistake. Forgot the command: git submodule update --init --recursive