Commit 89d97d9f authored by Alex Mantel's avatar Alex Mantel

Change missing parts for renaming to 'cash'

Since the last commit misses warning messages.
parent 5f7ab1d5
...@@ -301,11 +301,11 @@ else() ...@@ -301,11 +301,11 @@ else()
# make sure variable is set for build log # make sure variable is set for build log
set(CAF_NO_NEXUS yes) set(CAF_NO_NEXUS yes)
endif() endif()
# build shell if not being told otherwise # build cash if not being told otherwise
if(NOT CAF_NO_CASH AND EXISTS "${CMAKE_SOURCE_DIR}/cash/caf/") if(NOT CAF_NO_CASH AND EXISTS "${CMAKE_SOURCE_DIR}/cash/caf/")
if(NOT CAF_HAS_RIAC) if(NOT CAF_HAS_RIAC)
message(WARNING "cannot build shell without RIAC submodule") message(WARNING "cannot build cash without RIAC submodule")
set(CAF_NO_SHELL yes) set(CAF_NO_CASH yes)
else() else()
message(STATUS "Enter subdirectory cash") message(STATUS "Enter subdirectory cash")
add_subdirectory(cash) add_subdirectory(cash)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment