Skip to content

Commit 187a467

Browse files
committed
s
1 parent 3b396e7 commit 187a467

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gui/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ CheckOptions:
7474
# TODO: is there a better way to do this?
7575
if(MSVC)
7676
# TODO: get Visual Studio output directory
77-
message(STATUS "RUNTIME_OUTPUT_DIRECTORY=${RUNTIME_OUTPUT_DIRECTORY}")
78-
add_custom_target(windeployqt ${WINDEPLOYQT} --no-translations ${RUNTIME_OUTPUT_DIRECTORY})
77+
message(STATUS "CMAKE_RUNTIME_OUTPUT_DIRECTORY=${CMAKE_RUNTIME_OUTPUT_DIRECTORY}")
78+
add_custom_target(windeployqt ${WINDEPLOYQT} --no-translations ${CMAKE_RUNTIME_OUTPUT_DIRECTORY})
7979
add_dependencies(windeployqt cppcheck-gui)
8080
endif()
8181

0 commit comments

Comments
 (0)