Removing pyne library

This commit is contained in:
Patrick Shriwise 2020-04-08 09:39:56 -05:00
parent 6338a8ae19
commit e758b05bf9

View file

@ -364,7 +364,7 @@ target_link_libraries(libopenmc ${ldflags} ${HDF5_LIBRARIES} ${HDF5_HL_LIBRARIES
if(dagmc)
target_compile_definitions(libopenmc PRIVATE DAGMC)
target_link_libraries(libopenmc dagmc-shared pyne_dagmc-shared uwuw-shared)
target_link_libraries(libopenmc dagmc-shared uwuw-shared)
endif()
#===============================================================================