Skip to content
Snippets Groups Projects
Commit 30a1b706 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Whitespace control in CMakeLists.tmpl.txt

parent 0d561de5
No related branches found
No related tags found
No related merge requests found
......@@ -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 %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment