mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 18:13:10 -04:00
12 lines
352 B
Diff
12 lines
352 B
Diff
--- a/UnitTests/meson.build
|
|
+++ b/UnitTests/meson.build
|
|
@@ -26,7 +26,7 @@
|
|
test_driver = executable(
|
|
'test_driver',
|
|
unit_test_files,
|
|
- install : true,
|
|
+ install : false,
|
|
dependencies : [su2_cfd_dep, common_dep, su2_deps, catch2_dep],
|
|
cpp_args: ['-fPIC', default_warning_flags, su2_cpp_args]
|
|
)
|