Skip to content
Snippets Groups Projects
Commit dfce986b authored by brad kittenbrink's avatar brad kittenbrink
Browse files

Fix for dependencies in the linux build symbol generation.

parent 1a460b0f
Branches
Tags
No related merge requests found
...@@ -1717,6 +1717,7 @@ if (LINUX) ...@@ -1717,6 +1717,7 @@ if (LINUX)
) )
add_custom_target(copy_l_viewer_manifest ALL DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/.${product}.copy_touched) add_custom_target(copy_l_viewer_manifest ALL DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/.${product}.copy_touched)
add_dependencies(copy_l_viewer_manifest "${VIEWER_BINARY_NAME}")
endif (LINUX) endif (LINUX)
if (DARWIN) if (DARWIN)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment