aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-02-03 16:02:52 -0800
committerGerald Combs <gerald@wireshark.org>2015-02-04 00:08:16 +0000
commitdeabe64e2ea42ffb5cefdf0302dc3c34ef81f88e (patch)
tree8155a517d58956158984e197ed688ac10b7e5254
parentb8f040c42e2684ee9a2c10e8e3968759e3a39c4e (diff)
Don't build app_bundle by default.
As it turns out, building the app bundle makes wireshark-gtk unusable. Change-Id: Ic3608f0a485c3ec4ea21fbc2e7194553eda8c806 Reviewed-on: https://code.wireshark.org/review/6938 Reviewed-by: Gerald Combs <gerald@wireshark.org>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 48b9140774..f926218e15 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2067,7 +2067,7 @@ ADD_CUSTOM_COMMAND(
endif()
if(ENABLE_APPLICATION_BUNDLE)
- add_custom_target(app_bundle ALL)
+ add_custom_target(app_bundle)
set_target_properties(app_bundle PROPERTIES FOLDER "Copy Tasks")
add_custom_command(TARGET app_bundle
POST_BUILD