Skip to content

Commit

Permalink
Condition is checked at level above, not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema authored Apr 27, 2020
1 parent 7f7dba3 commit 6f8605c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/seacas/libraries/ioss/src/cgns/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
SET(HEADERS "")
SET(SOURCES "")

IF (TPL_ENABLE_MPI)
ASSERT_DEFINED(${PROJECT_NAME}_ENABLE_Zoltan)
IF (NOT ${PROJECT_NAME}_ENABLE_Zoltan)
ADD_DEFINITIONS(-DNO_ZOLTAN_SUPPORT)
ENDIF()
ENDIF()

SET_AND_INC_DIRS(DIR ${CMAKE_CURRENT_SOURCE_DIR})
APPEND_GLOB(HEADERS ${DIR}/*.h)
APPEND_GLOB(SOURCES ${DIR}/*.C)
Expand Down

0 comments on commit 6f8605c

Please sign in to comment.