From e758b05bf9a64fde4f303be318a9779ba8a74a89 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Wed, 8 Apr 2020 09:39:56 -0500 Subject: [PATCH] Removing pyne library --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 44719479d0..ee56c84caa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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() #===============================================================================