From 3e5b7fb2d893dc9b11064919429cfb117b665f76 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ond=C5=99ej=20Sz=C3=A9ekely?= <ondra.szekely@gmail.com>
Date: Wed, 30 Apr 2014 23:37:12 +0200
Subject: [PATCH] Fixing error (CMakeList.txt)

---
 examples/heat-equation/CMakeLists.txt | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/examples/heat-equation/CMakeLists.txt b/examples/heat-equation/CMakeLists.txt
index efa4dad7a4..7b4491c17e 100755
--- a/examples/heat-equation/CMakeLists.txt
+++ b/examples/heat-equation/CMakeLists.txt
@@ -7,8 +7,8 @@ INSTALL( FILES Makefile
                tnlRightHandSide.h
                tnlNeumannBoundaryConditions_impl.h
                tnlNeumannBoundaryConditions.h
-               tnlLinearDiffusion_impl.h
                tnlLinearDiffusion.h
+	       tnlLinearDiffusion_impl.h
                tnlDirichletBoundaryConditions_impl.h
                tnlDirichletBoundaryConditions.h
                tnlAnalyticSolution_impl.h
@@ -23,5 +23,6 @@ INSTALL( FILES Makefile
                heatEquationSetter_impl.h
                heatEquationSetter.h
                heat-equation.cfg.desc
-               heat-equation-conf
-         DESTINATION share/tnl-${tnlVersion}/examples/heat-equation )
\ No newline at end of file
+               heat-equation-conf.h
+
+         DESTINATION share/tnl-${tnlVersion}/examples/heat-equation )
-- 
GitLab