Skip to content

Commit 7a342f1

Browse files
authored
Update meson.build
1 parent c48a1e1 commit 7a342f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ if get_option('enable-mpp')
237237
'CMAKE_POSITION_INDEPENDENT_CODE': 'ON'
238238
})
239239
endif
240-
mpp_subproj = cmake.subproject('Mutationpp')
240+
mpp_subproj = cmake.subproject('Mutationpp', options: cmake_opts)
241241
mpp_dep = mpp_subproj.dependency('mutation++')
242242
su2_deps += mpp_dep
243243
su2_cpp_args += '-DHAVE_MPP'

0 commit comments

Comments
 (0)