We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9646a82 + c7072c3 commit 6990066Copy full SHA for 6990066
cmake/UbpaQt.cmake
@@ -30,7 +30,7 @@ macro(Ubpa_QtInit)
30
install(FILES ${_dllPathD} TYPE BIN CONFIGURATIONS Debug)
31
install(FILES ${_dllPathR} TYPE BIN CONFIGURATIONS Release)
32
else()
33
- STATUS(WARNING "file not exist: ${_dllPath}(d).dll")
+ message(WARNING "file not exist: ${_dllPath}(d).dll")
34
endif()
35
endforeach()
36
0 commit comments