Skip to content

Commit

Permalink
removed reference to util and replaced with ufs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariana Vertenstein committed Nov 15, 2021
1 parent 345d808 commit ca111da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ if (NOT DEFINED MPILIB OR NOT ${MPILIB} STREQUAL "mpi-serial")
endif()

if(BLD_STANDALONE)
add_subdirectory(util)
add_subdirectory(ufs)
list(APPEND EXTRA_LIBS cmeps_share)
list(APPEND EXTRA_INCLUDES "${CMAKE_BINARY_DIR}/util")
list(APPEND EXTRA_INCLUDES "${CMAKE_BINARY_DIR}/ufs")
endif()

add_subdirectory(mediator)

0 comments on commit ca111da

Please sign in to comment.