diff --git a/image_analysis/bragg_prediction/CMakeLists.txt b/image_analysis/bragg_prediction/CMakeLists.txt index 7528ed73..451b55ab 100644 --- a/image_analysis/bragg_prediction/CMakeLists.txt +++ b/image_analysis/bragg_prediction/CMakeLists.txt @@ -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()