Skip to content
Snippets Groups Projects
Commit b9853f8e authored by Aimee Linden's avatar Aimee Linden
Browse files

VWR-20809 (SNOW-504) Do not depend on stage_thirds_party_libs for a standalone build.

parent d568a368
No related branches found
No related tags found
No related merge requests found
...@@ -520,10 +520,11 @@ Robin Cornelius ...@@ -520,10 +520,11 @@ Robin Cornelius
SNOW-108 SNOW-108
SNOW-204 SNOW-204
SNOW-484 SNOW-484
SNOW-504
SNOW-506 SNOW-506
SNOW-507
SNOW-514 SNOW-514
SNOW-520 SNOW-520
SNOW-507
SNOW-585 SNOW-585
VWR-2488 VWR-2488
VWR-9557 VWR-9557
......
...@@ -286,7 +286,7 @@ copy_if_different( ...@@ -286,7 +286,7 @@ copy_if_different(
${vivox_src_dir} ${vivox_src_dir}
"${SHARED_LIB_STAGING_DIR_DEBUG}" "${SHARED_LIB_STAGING_DIR_DEBUG}"
out_targets out_targets
${vivox_files} ${vivox_files}
) )
set(third_party_targets ${third_party_targets} ${out_targets}) set(third_party_targets ${third_party_targets} ${out_targets})
...@@ -391,7 +391,9 @@ if(NOT EXISTS ${internal_llkdu_path}) ...@@ -391,7 +391,9 @@ if(NOT EXISTS ${internal_llkdu_path})
endif (NOT EXISTS ${internal_llkdu_path}) endif (NOT EXISTS ${internal_llkdu_path})
add_custom_target(stage_third_party_libs ALL if(NOT STANDALONE)
DEPENDS add_custom_target(
${third_party_targets} stage_third_party_libs ALL
) DEPENDS ${third_party_targets}
)
endif(NOT STANDALONE)
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