Skip to content
Snippets Groups Projects
Commit f17d7dab authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Remove broken cmake target

parent 29f7c4c0
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,6 @@ if (LINUX) ...@@ -76,7 +76,6 @@ if (LINUX)
include(LLAppearanceUtility) include(LLAppearanceUtility)
add_subdirectory(${LLAPPEARANCEUTILITY_SRC_DIR} ${LLAPPEARANCEUTILITY_BIN_DIR}) add_subdirectory(${LLAPPEARANCEUTILITY_SRC_DIR} ${LLAPPEARANCEUTILITY_BIN_DIR})
endif (INSTALL_PROPRIETARY) endif (INSTALL_PROPRIETARY)
add_dependencies(viewer linux-crash-logger-strip-target)
elseif (DARWIN) elseif (DARWIN)
add_subdirectory(${VIEWER_PREFIX}mac_crash_logger) add_subdirectory(${VIEWER_PREFIX}mac_crash_logger)
add_dependencies(viewer mac-crash-logger) add_dependencies(viewer mac-crash-logger)
......
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