libLAS
libLAS copied to clipboard
Correction to CMAKE
https://github.com/libLAS/libLAS/blob/master/apps/CMakeLists.txt#L63 this line makes it impossible to attach the project as submodule since it refers to top project, I would change ${CMAKE_SOURCE_DIR} to ../
Feel free to submit a PR.
It may be better to consider CMAKE_CURRENT_SOURCE_DIR
Yeah, actually it is still possible to workaround it by using external project, but not by using subdirectory