Join Slack
Powered by
Yes, we came to the conclusion that copy has to co...
# core
s
Stefano Bonicatti
10/18/2019, 5:47 PM
Yes, we came to the conclusion that copy has to come back, but to workaround the fact that
cmake -E copy_directory
always follow symlinks, we have to create a simple cmake script which uses
file(COPY)
and call it with
cmake -P
Open in Slack
Previous
Next