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