Remove BraggPredictionRotGPU from CMake for now

This commit is contained in:
2026-01-30 14:02:10 +01:00
parent bb87ed2df4
commit 7693b95008
@@ -15,7 +15,5 @@ TARGET_LINK_LIBRARIES(JFJochBraggPrediction JFJochCommon)
IF (JFJOCH_CUDA_AVAILABLE)
TARGET_SOURCES(JFJochBraggPrediction PRIVATE
../indexing/CUDAMemHelpers.h
BraggPredictionRotGPU.cu
BraggPredictionRotGPU.h
BraggPredictionGPU.cu BraggPredictionGPU.h)
ENDIF()