From b3ee2219d8d1ec98de9fabfeb12be7675e178cd1 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 30 Nov 2021 10:12:03 +0800 Subject: Update xmake.lua --- tests/projects/openmp/hello/xmake.lua | 4 ++-- 1 file 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") -- cgit v1.3.1