diff options
| -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") |
