From f497582659e4b149e189cb9e793a3e47e1322b3e Mon Sep 17 00:00:00 2001 From: = <=> Date: Thu, 26 Oct 2023 00:31:44 +0200 Subject: [PATCH] Try to fix CMake export --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e9b14f4..4485580 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,7 +54,7 @@ target_include_directories(oink $ ) -target_link_libraries(oink pthread lace::lace) +target_link_libraries(oink pthread lace) option(OINK_BUILD_NATIVE "Use -march=native flag for compiling Oink" ON) if(OINK_BUILD_NATIVE)