Skip to content

Commit dbb7864

Browse files
committed
missing endif
1 parent 26f7dd5 commit dbb7864

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

meson.build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,8 @@ if get_option('enable-mpp')
235235
cmake_opts.add_cmake_defines({
236236
'CMAKE_MAKE_PROGRAM': meson.source_root() + '/ninja',
237237
'CMAKE_POSITION_INDEPENDENT_CODE': 'ON'
238-
})
238+
})
239+
endif
239240
mpp_subproj = cmake.subproject('Mutationpp')
240241
mpp_dep = mpp_subproj.dependency('mutation++')
241242
su2_deps += mpp_dep

0 commit comments

Comments
 (0)