mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
fix pugixml linking issue
This commit is contained in:
parent
09d355475a
commit
a7ce3c92ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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::gsl-lite-v1 fmt::fmt)
|
||||
pugixml::pugixml faddeeva xtensor gsl::gsl-lite-v1 fmt::fmt)
|
||||
|
||||
if(dagmc)
|
||||
target_compile_definitions(libopenmc PRIVATE DAGMC)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue