File tree Expand file tree Collapse file tree 4 files changed +1
-7
lines changed Expand file tree Collapse file tree 4 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 65
65
run : git config --system core.longpaths true
66
66
67
67
# Set up the requirements, and install Unity
68
+ # Ruby setup has to happen before python install and setup, to keep the absl config.
68
69
- uses : ruby/setup-ruby@v1
69
70
with :
70
71
ruby-version : 3.0.2
Original file line number Diff line number Diff line change @@ -60,8 +60,6 @@ function(download_external_sources)
60
60
"${FIREBASE_BINARY_DIR} /external/src/firebase_cpp_sdk" PARENT_SCOPE )
61
61
endif ()
62
62
63
- message (WARNING "${ENV_COMMAND} cmake --debug-output" )
64
-
65
63
execute_process (
66
64
COMMAND
67
65
${ENV_COMMAND} cmake --debug-output
Original file line number Diff line number Diff line change @@ -100,8 +100,6 @@ macro(mono_add_external_library name projpath)
100
100
set (absprojpath ${CMAKE_CURRENT_LIST_DIR} /${projpath} )
101
101
endif ()
102
102
103
- message (WARNING "Defining build of ${DLL_NAME} using ${MONO_CSHARP_BUILD_EXE} " )
104
-
105
103
set (CSHARP_BUILD_EXE "${UNITY_CSHARP_BUILD_EXE} " )
106
104
if (MSVC )
107
105
set (CSHARP_BUILD_EXE "${MONO_CSHARP_BUILD_EXE} " )
Original file line number Diff line number Diff line change @@ -156,8 +156,6 @@ function(unity_pack_cs name)
156
156
157
157
string (REPLACE ".dll" "" dllbasename ${dllname} )
158
158
string (REPLACE ".dll" "" dllbaserename ${dllrename} )
159
-
160
- message (WARNING "Setting up install: FILE:${dllpath} /${dllname} DEST:${UNITY_PACK_PACK_PATH} RENAME:${dllrename} " )
161
159
# Dll file
162
160
install (
163
161
FILES "${dllpath} /${dllname} "
@@ -247,7 +245,6 @@ function(unity_pack_native name)
247
245
set (lib_dest "" )
248
246
endif ()
249
247
250
- message (WARNING "unity_pack_native TARGETS:${name} LIBRARY:${dll_dest} ARCHIVE:${lib_dest} " )
251
248
# Win32 treats Dll's as 'runtime' other platforms as 'library'
252
249
install (
253
250
TARGETS
You can’t perform that action at this time.
0 commit comments