summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-11-30 10:12:03 +0800
committerGitHub <[email protected]>2021-11-30 10:12:03 +0800
commitb3ee2219d8d1ec98de9fabfeb12be7675e178cd1 (patch)
tree73dbfce750b7ed1abaa4375fcdd488eab3faaf80
parentea128c2d17c1d8bbfd8ac8ece36c708021c7b4b5 (diff)
Update xmake.lua
-rw-r--r--tests/projects/openmp/hello/xmake.lua4
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")