-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build Error #15
Comments
got the same Issue. did you make it through ? @sahil12051994 |
downgrade cmake version |
@jike-algorithm-zhangxiao 你好,用哪个cmake版本可以呢? |
Check one of both USE_NPP and USE_TENSORRT, it works. |
I had the same issue when building the project on Windows. Solved the problem by removing "file( GLOB core_cuda_files "./retinaface/*.cu")" from CMakeLists.txt. Because "cl" is creating cuda object files during compilation, it creates conflict with this definition |
Can you please guide me through this error, Thanks.
CMake Error: Files to be generated by multiple different commands: "path to dir_/build/CMakeFiles/retinaface.dir/retinaface/retinaface_generated_resizeconvertion.cu.o.cmake"
The text was updated successfully, but these errors were encountered: