Skip to content

Commit

Permalink
Windows debug output
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Dec 11, 2023
1 parent c6f2f18 commit 2b0ba69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/cmd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ set(EXE_INSTALL_DIR ${CMAKE_INSTALL_LIBEXECDIR}/gz/${GZ_DESIGNATION}${PROJECT_VE
install(TARGETS ${msgs_executable} DESTINATION ${EXE_INSTALL_DIR})
set(executable_location "../../../${EXE_INSTALL_DIR}/$<TARGET_FILE_NAME:${msgs_executable}>")

message(STATUS ${EXE_INSTALL_DIR})
message(STATUS ${executable_location})

configure_file(
"cmd${GZ_DESIGNATION}.rb.in"
"${cmd_script_configured}"
Expand Down

0 comments on commit 2b0ba69

Please sign in to comment.