From 33f506a99994deb0a61b2293b1421362a562074a Mon Sep 17 00:00:00 2001 From: Tomas Oberhuber <tomas.oberhuber@fjfi.cvut.cz> Date: Mon, 5 Sep 2016 10:16:03 +0200 Subject: [PATCH] Fixing CMakeLists.txt. --- src/TNL/Containers/Algorithms/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/TNL/Containers/Algorithms/CMakeLists.txt b/src/TNL/Containers/Algorithms/CMakeLists.txt index 44a3aaf65e..b9fdbb9065 100755 --- a/src/TNL/Containers/Algorithms/CMakeLists.txt +++ b/src/TNL/Containers/Algorithms/CMakeLists.txt @@ -8,7 +8,7 @@ set( headers cuda-prefix-sum.h CudaReductionBuffer.h CublasWrapper.h ) -SET( CURRENT_DIR ${CMAKE_SOURCE_DIR}/src/TNL/core/cuda ) +SET( CURRENT_DIR ${CMAKE_SOURCE_DIR}/src/TNL/Containers/Algorithms ) IF( BUILD_CUDA ) set( tnl_core_cuda_CUDA__SOURCES ${common_SOURCES} @@ -43,4 +43,4 @@ set( tnl_core_cuda_SOURCES ${CURRENT_DIR}/cuda-prefix-sum_impl.cpp PARENT_SCOPE ) -INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/TNL/core/cuda ) +INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/TNL/Containers/Algorithms ) -- GitLab