From 459fc8e12c1aa40d596c64c51bcce5fa52dc2143 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Thu, 21 Jun 2018 15:30:29 -0500 Subject: [PATCH] Dont modify linker_language for executable --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1fd03c37b..15c89142e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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