File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -256,6 +256,7 @@ if(CMakePythonDistributions_SUPERBUILD)
256
256
-DCMAKE_USE_OPENSSL:BOOL =ON
257
257
-DBUILD_TESTING:BOOL =OFF
258
258
-DCMake_INSTALL_DEPENDENCIES:BOOL =ON
259
+ -DCMAKE_INSTALL_MESSAGE:STRING =NEVER
259
260
USES_TERMINAL_CONFIGURE 1
260
261
USES_TERMINAL_BUILD 1
261
262
${ep_log_configure_build_args}
@@ -326,6 +327,9 @@ if(CMakePythonDistributions_SUPERBUILD)
326
327
)
327
328
message (STATUS "SuperBuild - ${PROJECT_NAME} " )
328
329
330
+ # This adds an "install" target in the top-level directory. The
331
+ # target will simply include the install rules associated with the
332
+ # inner build
329
333
install (SCRIPT ${CMAKE_BINARY_DIR} /${PROJECT_NAME} -build /cmake_install.cmake)
330
334
331
335
else ()
@@ -335,12 +339,15 @@ else()
335
339
336
340
# Install CMakeProject
337
341
install (CODE "
342
+ message(STATUS \" Install CMake project\" )
338
343
include\(\" ${CMakeProject_BINARY_DIR} /cmake_install.cmake\" )
339
344
" )
340
345
341
346
#-----------------------------------------------------------------------------
342
347
else ()
343
348
349
+ set (CMAKE_INSTALL_MESSAGE "NEVER" )
350
+
344
351
# Install all files from binary distribution
345
352
file (GLOB_RECURSE binary_distribution_files
346
353
LIST_DIRECTORIES FALSE
You can’t perform that action at this time.
0 commit comments