Skip to content

Commit 6a65a87

Browse files
authored
cmake: add USES_TERMINAL to show cargo output
Otherwise the CMake output is just stuck at the step for however long the rust part takes to build.
1 parent 349164d commit 6a65a87

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
@@ -157,6 +157,7 @@ ${config_paths}
157157
add_custom_command(
158158
OUTPUT ${DUMMY_FILE}
159159
BYPRODUCTS ${RUST_LIBRARY} ${WRAPPER_FILE}
160+
USES_TERMINAL
160161
COMMAND
161162
${CMAKE_COMMAND} -E
162163
env BUILD_DIR=${CMAKE_CURRENT_BINARY_DIR}

0 commit comments

Comments
 (0)