Skip to content

Commit 4ac56d2

Browse files
committed
Add install component declaration for py2app
1 parent fd46613 commit 4ac56d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ add_subdirectory(Modules/macholib-1.5.1/macholib-1.5.1)
7777
add_subdirectory(Modules/xattr-0.6.4/xattr-0.6.4)
7878
add_subdirectory(Modules/setuptools-41.0.1/setuptools-41.0.1)
7979
if (COMPONENT_dev_gui_common)
80+
set(CMAKE_INSTALL_DEFAULT_COMPONENT_NAME "cli_dev_gui_common")
8081
add_subdirectory(Modules/py2app-0.7.3/py2app-0.7.3-noprebuilt)
82+
set(CMAKE_INSTALL_DEFAULT_COMPONENT_NAME "python")
8183
endif()
8284
add_subdirectory(Modules/altgraph-0.10.2/altgraph-0.10.2)
8385
add_subdirectory(Modules/modulegraph-0.10.4/modulegraph-0.10.4)

0 commit comments

Comments
 (0)