diff options
| author | ruki <[email protected]> | 2021-11-30 10:12:29 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-30 10:12:29 +0800 |
| commit | cfa1ead056d11aef08971bcf9dcb2996d989515a (patch) | |
| tree | 358cddb0c1681d3c3575334b41c3fdfcb75f8e04 /tests/projects/openmp/loop/xmake.lua | |
| parent | b3ee2219d8d1ec98de9fabfeb12be7675e178cd1 (diff) | |
Update xmake.lua
Diffstat (limited to 'tests/projects/openmp/loop/xmake.lua')
| -rw-r--r-- | tests/projects/openmp/loop/xmake.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/projects/openmp/loop/xmake.lua b/tests/projects/openmp/loop/xmake.lua index 200e5f09f..e1d0ab721 100644 --- a/tests/projects/openmp/loop/xmake.lua +++ b/tests/projects/openmp/loop/xmake.lua @@ -1,5 +1,5 @@ -add_requires("libomp", {optional = true}) +add_requires("openmp") target("loop") set_kind("binary") add_files("src/*.cpp") - add_packages("libomp") + add_packages("openmp") |
