diff --git a/CMakeLists.txt b/CMakeLists.txt
index 911a3c875b0077dd3ced5201a05f5f741c5259aa..d4508ab1594d28b1eb35c6803bb356de58d233de 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -60,11 +60,9 @@ endif(INCLUDE_CXX)
 
 if(INCLUDE_CUDA)
     set(SOURCES_CU 
-        srcCU/Flux.cu
         srcCU/FluxComputeFunc.cu
     )
     set(HEADERS_CU
-        includeCU/Flux.cuh
         includeCU/FluxComputeFunc.cuh
     )
 endif(INCLUDE_CUDA)