-
Notifications
You must be signed in to change notification settings - Fork 44
Configuration error when BUILD_GPU=ON #70
Copy link
Copy link
Open
Description
The cmake configuration fails when enabling BUILD_GPU due to mixed up uppercase and lowercase of the source file name opengjk_gpu.cu.
To reproduce the issue:
cmake -B build -DBUILD_GPU=ONThe error:
CMake Error at gpu/CMakeLists.txt:81 (add_library):
Cannot find source file:
openGJK_GPU.cu
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
.ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
.f95 .f03 .hip .ispc
CMake Error at gpu/CMakeLists.txt:81 (add_library):
No SOURCES given to target: openGJK_GPU
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels