We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b396e7 commit 187a467Copy full SHA for 187a467
1 file changed
gui/CMakeLists.txt
@@ -74,8 +74,8 @@ CheckOptions:
74
# TODO: is there a better way to do this?
75
if(MSVC)
76
# 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})
+ message(STATUS "CMAKE_RUNTIME_OUTPUT_DIRECTORY=${CMAKE_RUNTIME_OUTPUT_DIRECTORY}")
+ add_custom_target(windeployqt ${WINDEPLOYQT} --no-translations ${CMAKE_RUNTIME_OUTPUT_DIRECTORY})
79
add_dependencies(windeployqt cppcheck-gui)
80
endif()
81
0 commit comments