RTree icon indicating copy to clipboard operation
RTree copied to clipboard

Fix include dir in Cmake

Open sin3point14 opened this issue 11 months ago • 0 comments

I added RTree as a submodule in my project and include it by using add_subdirectory in my cmake. However that gave warnings like:

cc1plus: warning: /home/sin3point14/my_projs/openargus/vendor/RTree/RTree.h: not a directory

and compilation fails as compiler couldn't find the header file. This fixes it.

sin3point14 avatar May 11 '25 12:05 sin3point14