mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 15:15:54 +08:00
Send terminal output when doing debug build
This commit is contained in:
parent
6749a5cdad
commit
b4419226ec
1
deps/CMakeLists.txt
vendored
1
deps/CMakeLists.txt
vendored
@ -229,6 +229,7 @@ if (DEP_DEBUG AND NOT CMAKE_BUILD_TYPE STREQUAL "Debug")
|
||||
add_custom_target(${pkgtgt}_debug
|
||||
COMMAND ${CMAKE_COMMAND} --build . --target ${pkgtgt}
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/DebugBuild
|
||||
USES_TERMINAL
|
||||
)
|
||||
add_dependencies(deps_debug ${pkgtgt}_debug)
|
||||
endforeach()
|
||||
|
Loading…
x
Reference in New Issue
Block a user