hornet-gt / hornet

Hornet data structure for sparse dynamic graphs and matrices
BSD 3-Clause "New" or "Revised" License
78 stars 31 forks source link

Capitalize XLib in CMakeLists.txt #18

Closed jeaton32 closed 5 years ago

jeaton32 commented 6 years ago

The Linux filesystems are case sensitive, so the references to XLib have to be changed from 'xlib' to 'XLib' or the cmake fails to find the associated files.

kaatish commented 6 years ago

The XLib submodule is cloned to externals/xlib, so I do not think there should be a problem.

  1. Can you paste the output of CMake?
  2. Can you display the contents of externals/xlib?
  3. How have you cloned Hornet? Have you used recursive flag?