From 79fa9e5d139b725cf3daf29aa4c62d2623331717 Mon Sep 17 00:00:00 2001 From: Zengtudor Date: Sun, 22 Sep 2024 18:16:23 +0800 Subject: [PATCH] update --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d378f03..78ebf78 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ if(MSVC) add_compile_options(/openmp:llvm) else() add_compile_options(-fopenmp) - link_libraries(gomp) + add_link_options(-fopenmp) endif()