From ca111dae24240cd49341795be1ca056675747526 Mon Sep 17 00:00:00 2001 From: Mariana Vertenstein Date: Mon, 15 Nov 2021 10:57:46 -0700 Subject: [PATCH] removed reference to util and replaced with ufs --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 363e2077..70172df1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)