Skip to content

Commit

Permalink
Fixed lib name for moose used in linking moose.bin
Browse files Browse the repository at this point in the history
  • Loading branch information
subhacom committed Jun 12, 2024
1 parent e71ce2f commit 5756e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ else(APPLE)
endif(APPLE)

add_dependencies(moose.bin libmoose)
target_link_libraries(moose.bin moose ${CMAKE_DL_LIBS})
target_link_libraries(moose.bin _moose ${CMAKE_DL_LIBS})

if( WITH_BOOST )
target_link_libraries( moose.bin ${Boost_LIBRARIES} )
Expand Down

0 comments on commit 5756e38

Please sign in to comment.