Skip to content

Commit

Permalink
Try to fix CMake export
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Oct 25, 2023
1 parent e24fa12 commit f497582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -54,7 +54,7 @@ target_include_directories(oink
$<INSTALL_INTERFACE:include>
)

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)
Expand Down

0 comments on commit f497582

Please sign in to comment.