mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
removed unneeded lines
This commit is contained in:
parent
0c4488c52e
commit
eedbfdc2b1
1 changed files with 0 additions and 6 deletions
|
|
@ -47,7 +47,6 @@ endif()
|
|||
|
||||
if(OPENMC_USE_MPI)
|
||||
find_package(MPI REQUIRED)
|
||||
include_directories(${MPI_CXX_INCLUDE_DIRS})
|
||||
endif()
|
||||
|
||||
#===============================================================================
|
||||
|
|
@ -141,11 +140,6 @@ endif()
|
|||
|
||||
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
|
||||
|
||||
if(OPENMC_USE_MPI)
|
||||
list(APPEND cxxflags ${MPI_CXX_COMPILE_FLAGS})
|
||||
list(APPEND ldflags ${MPI_CXX_LINK_FLAGS})
|
||||
endif()
|
||||
|
||||
if(OPENMC_ENABLE_PROFILE)
|
||||
list(APPEND cxxflags -g -fno-omit-frame-pointer)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue