Skip to content

Commit 6990066

Browse files
authored
Merge pull request #1 from yjh1021317464/master
fix a typo for 'STATUS' in UbpaQt.cmake
2 parents 9646a82 + c7072c3 commit 6990066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/UbpaQt.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ macro(Ubpa_QtInit)
3030
install(FILES ${_dllPathD} TYPE BIN CONFIGURATIONS Debug)
3131
install(FILES ${_dllPathR} TYPE BIN CONFIGURATIONS Release)
3232
else()
33-
STATUS(WARNING "file not exist: ${_dllPath}(d).dll")
33+
message(WARNING "file not exist: ${_dllPath}(d).dll")
3434
endif()
3535
endforeach()
3636
endif()

0 commit comments

Comments
 (0)