File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ if(MSVC)
57
57
endif ()
58
58
59
59
# Create a Max package
60
- if (MAX_PACKAGE_FOLDER AND TARGET UltraLeap_max )
60
+ if (MAX_PACKAGE_FOLDER AND TARGET UltraLeap_base_max )
61
61
set (FILES_TO_INSTALL "${LEAPC_RUNTIME} " )
62
62
if (WIN32 AND NOT MSVC )
63
63
get_filename_component (cxx_path "${CMAKE_CXX_COMPILER} " PATH )
@@ -84,18 +84,18 @@ if(MAX_PACKAGE_FOLDER AND TARGET UltraLeap_max)
84
84
NOTARIZE_EMAIL "$ENV{MAC_CODESIGN_EMAIL} "
85
85
NOTARIZE_PASSWORD "$ENV{MAC_NOTARIZE_PASSWORD} "
86
86
87
- EXTERNALS UltraLeap_max
87
+ EXTERNALS UltraLeap_base_max
88
88
SUPPORT "${FILES_TO_INSTALL} "
89
89
)
90
90
endif ()
91
91
92
- if (PD_PACKAGE_FOLDER AND TARGET UltraLeap_pd )
92
+ if (PD_PACKAGE_FOLDER AND TARGET UltraLeap_base_pd )
93
93
avnd_create_pd_package(
94
94
NAME UltraLeap
95
95
SOURCE_PATH "${CMAKE_CURRENT_SOURCE_DIR} /pd/"
96
96
PACKAGE_ROOT "${PD_PACKAGE_FOLDER} "
97
97
98
- EXTERNALS UltraLeap_pd
98
+ EXTERNALS UltraLeap_base_pd
99
99
SUPPORT "${FILES_TO_INSTALL} "
100
100
)
101
101
endif ()
You can’t perform that action at this time.
0 commit comments