Commit 3955d1e2 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Small fixes.

parent f2237b7a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ SET( headers Matrix.h
             MultidiagonalRow.h
             MultidiagonalRow_impl.h  )

SET( CURRENT_DIR ${CMAKE_SOURCE_DIR}/src/TNL/matrices )
SET( CURRENT_DIR ${CMAKE_SOURCE_DIR}/src/TNL/Matrices )
set( common_SOURCES  )

SET( tnl_matrices_SOURCES 
@@ -46,4 +46,4 @@ if( BUILD_CUDA )
        PARENT_SCOPE )
endif()

INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/matrices )
 No newline at end of file
INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/TNL/Matrices )
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -13,4 +13,4 @@ SET( headers Problem.h
	     MeanCurvatureFlowProblem_impl.h            
   )
   
INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/problems )
INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/TNL/Problems )
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ set( tnl_core_SOURCES

SET( libtnlcoreincludedir ${TNL_INCLUDE_DIR}/core )
SET( libtnlcoreinclude_HEADERS ${headers} )
INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/core )
INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/TNL/core )