mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
Dont modify linker_language for executable
This commit is contained in:
parent
36db02bad3
commit
459fc8e12c
1 changed files with 0 additions and 2 deletions
|
|
@ -453,8 +453,6 @@ target_link_libraries(libopenmc ${ldflags} ${HDF5_LIBRARIES} pugixml
|
|||
add_executable(openmc src/main.cpp)
|
||||
target_compile_options(openmc PRIVATE ${cxxflags})
|
||||
target_link_libraries(openmc libopenmc)
|
||||
set_property(TARGET libopenmc
|
||||
PROPERTY LINKER_LANGUAGE Fortran)
|
||||
|
||||
#===============================================================================
|
||||
# Python package
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue