linux_xanmod: 5.11.14 -> 5.11.15
[NixPkgs.git] / pkgs / development / libraries / science / math / superlu / add-superlu-lib-as-dependency-for-the-unit-tests.patch
blob29d86238af084777b26d71bbc49bc08b26884166
1 --- a/TESTING/MATGEN/CMakeLists.txt
2 +++ b/TESTING/MATGEN/CMakeLists.txt
3 @@ -97,3 +97,4 @@ if(enable_complex16)
4 endif()
6 add_library(matgen ${sources})
7 +target_link_libraries(matgen superlu)