Commit 597b8c26 authored by Marian Triebe's avatar Marian Triebe

Merge branch 'develop' of github.com:actor-framework/actor-framework into develop

parents f8eb9eb4 d59ec918
......@@ -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