Commit d59ec918 authored by Alex Mantel's avatar Alex Mantel

Adjust for new shell name

parent 668298a8
......@@ -304,13 +304,13 @@ else()
set(CAF_NO_NEXUS yes)
endif()
# build shell if not being told otherwise
if(NOT CAF_NO_SHELL AND EXISTS "${CMAKE_SOURCE_DIR}/shell/caf/")
if(NOT CAF_NO_SHELL AND EXISTS "${CMAKE_SOURCE_DIR}/cash/caf/")
if(NOT CAF_HAS_RIAC)
message(WARNING "cannot build shell without RIAC submodule")
set(CAF_NO_SHELL yes)
else()
message(STATUS "Enter subdirectory shell")
add_subdirectory(shell)
add_subdirectory(cash)
if(CAF_BUILD_STATIC_ONLY)
add_dependencies(cash libcaf_riacStatic)
else()
......
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