From 30a1b70632489599d1db16cb4f94221578d439c5 Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Tue, 4 Feb 2020 13:15:35 +0100 Subject: [PATCH] Whitespace control in CMakeLists.tmpl.txt --- src/pystencils_autodiff/CMakeLists.tmpl.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pystencils_autodiff/CMakeLists.tmpl.txt b/src/pystencils_autodiff/CMakeLists.tmpl.txt index 062647c..99fc680 100644 --- a/src/pystencils_autodiff/CMakeLists.tmpl.txt +++ b/src/pystencils_autodiff/CMakeLists.tmpl.txt @@ -5,6 +5,6 @@ waLBerla_add_executable ( NAME {{ cmake_target_name }} {%- endfor %} DEPENDS {{depends | join(' ')}}) -{% if 'walberla_openvdb' in depends %} +{% if 'walberla_openvdb' in depends -%} target_link_libraries( {{ cmake_target_name }} tbb boundary openvdb Half IexMath Iex IlmThread Imath) -{% endif %} +{%- endif %} -- GitLab