Commit 83db0caf authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Fix of CMakeLists.txt.

parent f5010d55
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -145,11 +145,15 @@ ADD_CUSTOM_TARGET( TutorialsMatricesCuda ALL DEPENDS
   SparseMatrixExample_forRows.out
   SparseMatrixExample_rowsReduction_vectorProduct.out
   SparseMatrixViewExample_setElement.out
   MatrixSetup_Benchmark.out
   DenseMatrixSetup_Benchmark.out
   SparseMatrixSetup_Benchmark.out
   MultidiagonalMatrixSetup_Benchmark.out
 )
ELSE()
ADD_CUSTOM_TARGET( TutorialsMatrices ALL DEPENDS
   MatrixSetup_Benchmark.out
   DenseMatrixSetup_Benchmark.out
   SparseMatrixSetup_Benchmark.out
   MultidiagonalMatrixSetup_Benchmark.out
)
ENDIF()
#