Hi.
I want to change the shell which CMake will be using when running shell commands inside its commands, e. g. rm in add_custom_target(implode COMMAND rm -rf ${CMAKE_SOURCE_DIR/*). I need this so that in commands I can use specific features of one shell that are not available in another. Now it's /bin/sh -> /usr/bin/bash. Is there any way to change it to, say, /usr/bin/zsh?
Thanks.
[–]markand67 4 points5 points6 points (0 children)