mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Removing ldflags argument from libopenmc link cmd in CMake file.
This commit is contained in:
parent
5ac964a73f
commit
1f447675f1
1 changed files with 1 additions and 1 deletions
|
|
@ -500,7 +500,7 @@ target_link_libraries(libopenmc ${ldflags} ${HDF5_LIBRARIES} pugixml
|
|||
#===============================================================================
|
||||
add_executable(openmc src/main.cpp)
|
||||
target_compile_options(openmc PRIVATE ${cxxflags})
|
||||
target_link_libraries(openmc ${ldflags} libopenmc ${DAGMC_LIBRARIES})
|
||||
target_link_libraries(openmc libopenmc ${DAGMC_LIBRARIES})
|
||||
|
||||
#===============================================================================
|
||||
# Python package
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue