Skip to content
Snippets Groups Projects
Commit fd32a26c authored by Kyle Ambroff's avatar Kyle Ambroff
Browse files

Exclude package target from 'make all' on Linux, to match Windows and OSX behavior.

parent e7282637
No related branches found
No related tags found
No related merge requests found
......@@ -1428,6 +1428,7 @@ if (LINUX)
add_custom_target(package ALL DEPENDS ${product}.tar.bz2)
add_dependencies(package linux-crash-logger-stripped)
set_target_properties(package PROPERTIES EXCLUDE_FROM_DEFAULT_BUILD ON)
endif (LINUX)
if (DARWIN)
......
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