Commit a7697b08 authored by Marian Triebe's avatar Marian Triebe

Rename shell binary to cash, relates #164

parent c0e9f4fd
......@@ -295,7 +295,7 @@ if(NOT CAF_NO_SHELL AND EXISTS "${CMAKE_SOURCE_DIR}/shell/caf/")
else()
message(STATUS "Enter subdirectory shell")
add_subdirectory(shell)
add_dependencies(shell libcaf_io)
add_dependencies(cash libcaf_io)
set(CAF_NO_SHELL no)
endif()
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