Skip to content

Commit 3ad1f19

Browse files
committed
cmake: Ensure all implemented external project steps have access to the terminal
See https://cmake.org/cmake/help/v3.12/module/ExternalProject.html
1 parent f8ab932 commit 3ad1f19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ if(CMakePythonDistributions_SUPERBUILD)
237237
-DCMAKE_INSTALL_PREFIX:PATH=${CMAKE_INSTALL_PREFIX}
238238
${${PROJECT_NAME}_CMAKE_CACHE_ARG}
239239
USES_TERMINAL_CONFIGURE 1
240+
USES_TERMINAL_BUILD 1
240241
INSTALL_COMMAND ""
241242
DEPENDS
242243
${${PROJECT_NAME}_DEPENDS}

0 commit comments

Comments
 (0)