Jason Juang
Jason Juang
Thanks I tried. It took me some time to figure out how it work but it works. Thanks for the awesome work. Given that other doxygen plugins on Visual Studio...
Ran into the same problem, would be nice to see this feature!
@fsouza For some reason I couldn't get it to work, if you are able to get it to work could you kindly go to https://github.com/django-compressor/django-compressor/issues/800 to answer my question?
I am building CTL from cmake instead of plain old g++ commandline. How to adjust the cmake scripts to reference the directory when there could be two possible locations like...
Where are the Alembic cmake scripts? I did a `grep -r ALEMBIC *` and it shows nothing. Are you suggesting that I should replace the FindOpenEXR.cmake in CTL into the...
Thanks for all the feedback and suggestions. I am struggling to get cmake to discover my OpenEXR location. I get it to compile temporarily by changing the CTL code to...
Something like ``` target_include_directories(${PROJECT_NAME} SYSTEM PUBLIC ${CUDA_INCLUDE_DIRS}) ``` should do.
The problem you are facing is because pcl is still using the old approach for CUDA in CMake, there is a [modern](https://devblogs.nvidia.com/building-cuda-applications-cmake/) approach to this. The modern approach: ``` cmake_minimum_required(VERSION...
If we have to make it work with older CMake then I don't really know what to do at this point. You are right, in this minimal the `target_include_directories` and...
I think modernize-use-auto makes a lot of sense for iterators, but for new expressions and cast expressions to make sense, MinTypeNameLength has to be at least larger or equal the...