Skip to content
Snippets Groups Projects
Commit 0dd7b362 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

DRTVWR-575: In a new build tree, first make the parent directory

before trying to create symlink.
parent 7b35b7ba
No related branches found
No related tags found
No related merge requests found
......@@ -151,6 +151,7 @@ elseif(DARWIN)
set(SHARED_LIB_STAGING_DIR_DEBUG "${SHARED_LIB_STAGING_DIR}/Debug/Resources")
set(SHARED_LIB_STAGING_DIR_RELWITHDEBINFO "${SHARED_LIB_STAGING_DIR}/RelWithDebInfo/Resources")
set(SHARED_LIB_STAGING_DIR_RELEASE "${SHARED_LIB_STAGING_DIR}/Release/Resources")
file(MAKE_DIRECTORY "${SHARED_LIB_STAGING_DIR}")
# Support our "@executable_path/../Resources" load path for executables
# that end up in any of the above SHARED_LIB_STAGING_DIR_MUMBLE
# directories.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment