Skip to content

Commit 0445ceb

Browse files
sreedharsbjornmu
authored andcommitted
Fix to remove debug_binaries
(cherry picked from commit a93bacc594752a5e4357b8d720d430c48464ae7d)
1 parent 706d0c0 commit 0445ceb

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

packaging/WiX/CPackWixConfig.cmake

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved.
1+
# Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
22
#
33
# This program is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License as published by
@@ -14,7 +14,7 @@
1414
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1515

1616
SET(CPACK_COMPONENTS_USED
17-
"Server;Client;DataFiles;Development;SharedLibraries;Documentation;IniFiles;Readme;Server_Scripts;DebugBinaries")
17+
"Server;Client;DataFiles;Development;SharedLibraries;Documentation;IniFiles;Readme;Server_Scripts")
1818

1919

2020
# Some components like Embedded are optional
@@ -69,14 +69,7 @@ SET(CPACK_COMPONENT_GROUP_DEVEL_DESCRIPTION "Installs C/C++ header files and lib
6969
SET(CPACK_COMPONENT_SHAREDLIBRARIES_GROUP "Devel")
7070
SET(CPACK_COMPONENT_SHAREDLIBRARIES_DISPLAY_NAME "Client C API library (shared)")
7171
SET(CPACK_COMPONENT_SHAREDLIBRARIES_DESCRIPTION "Installs shared client library")
72-
73-
# Subfeature "Debug binaries"
74-
SET(CPACK_COMPONENT_DEBUGBINARIES_GROUP "Devel")
75-
SET(CPACK_COMPONENT_DEBUGBINARIES_DISPLAY_NAME "Debug binaries")
76-
SET(CPACK_COMPONENT_DEBUGBINARIES_DESCRIPTION
77-
"Debug/trace versions of executables and libraries" )
78-
SET(CPACK_COMPONENT_DEBUGBINARIES_WIX_LEVEL 2)
79-
72+
8073
#Subfeature "Embedded"
8174
SET(CPACK_COMPONENT_EMBEDDED_GROUP "Devel")
8275
SET(CPACK_COMPONENT_EMBEDDED_DISPLAY_NAME "Embedded server library")

0 commit comments

Comments
 (0)