diff options
| author | Daniel Mensinger <daniel@mensinger-ka.de> | 2020-04-27 17:48:19 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2020-05-01 22:08:59 +0300 |
| commit | 59db1f18ea89932917cf5e351e5f249b2acd9c4d (patch) | |
| tree | ea6bfe514014adc8002f0e50200f6760cfc38933 /test cases/frameworks | |
| parent | a124624c0e18a44cd51e49d020b30393dbe8bc9d (diff) | |
| download | meson-59db1f18ea89932917cf5e351e5f249b2acd9c4d.tar.gz | |
boost: Only use usage-requirements defines (fixes #7046)
Diffstat (limited to 'test cases/frameworks')
| -rw-r--r-- | test cases/frameworks/1 boost/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/frameworks/1 boost/meson.build b/test cases/frameworks/1 boost/meson.build index 501ed2903..6c2336093 100644 --- a/test cases/frameworks/1 boost/meson.build +++ b/test cases/frameworks/1 boost/meson.build @@ -13,7 +13,7 @@ endif # within one project. The need to be independent of each other. # Use one without a library dependency and one with it. -linkdep = dependency('boost', static: s, modules : ['thread', 'system']) +linkdep = dependency('boost', static: s, modules : ['thread', 'system', 'date_time']) testdep = dependency('boost', static: s, modules : ['unit_test_framework']) nomoddep = dependency('boost', static: s) extralibdep = dependency('boost', static: s, modules : ['thread', 'system', 'date_time', 'log_setup', 'log', 'filesystem', 'regex']) |
