fixed gsl compile error

This commit is contained in:
Kalin Kiesling 2022-03-16 09:49:14 -05:00
parent 8c972528b3
commit 09d355475a

View file

@ -446,7 +446,7 @@ endif()
# target_link_libraries treats any arguments starting with - but not -l as
# linker flags. Thus, we can pass both linker flags and libraries together.
target_link_libraries(libopenmc ${ldflags} ${HDF5_LIBRARIES} ${HDF5_HL_LIBRARIES}
pugixml faddeeva xtensor gsl-lite-v1 fmt::fmt)
pugixml faddeeva xtensor gsl::gsl-lite-v1 fmt::fmt)
if(dagmc)
target_compile_definitions(libopenmc PRIVATE DAGMC)