Chang Luo

Results 3 comments of Chang Luo

Hi, May I ask which OS you are using? It works for me under Ubuntu.

I just solved the issue, by removing `Line 7 - 10` of [`src/spconv/CMakeLists.txt`](https://github.com/traveller59/spconv/blob/fad3000249d27ca918f2655ff73c41f39b0f3127/src/spconv/CMakeLists.txt#L7). These four lines of code should be removed somehow, ```makefile find_package(OpenMP) if(OpenMP_CXX_FOUND) target_link_libraries(spconv PUBLIC OpenMP::OpenMP_CXX) endif() ```

Thank you! Save my life!