diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index e7b9c6c5..8aeddc32 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -540,6 +540,7 @@ elseif(APPLE AND NOT IOS) set(DEPLOY_ARTIFACT_PATH "macos") endif() +if(NOT IOS) add_custom_command( TARGET ${PROJECT} POST_BUILD COMMAND ${CMAKE_COMMAND} -E $,copy_directory,true> @@ -547,3 +548,4 @@ add_custom_command( $ COMMAND_EXPAND_LISTS ) +endif()