We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f7dd5 commit dbb7864Copy full SHA for dbb7864
1 file changed
meson.build
@@ -235,7 +235,8 @@ if get_option('enable-mpp')
235
cmake_opts.add_cmake_defines({
236
'CMAKE_MAKE_PROGRAM': meson.source_root() + '/ninja',
237
'CMAKE_POSITION_INDEPENDENT_CODE': 'ON'
238
- })
+ })
239
+ endif
240
mpp_subproj = cmake.subproject('Mutationpp')
241
mpp_dep = mpp_subproj.dependency('mutation++')
242
su2_deps += mpp_dep
0 commit comments