This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 1cda63ad0fd5a7339c4018c7f5cefb1e47a4d836 Author: simbit18 <[email protected]> AuthorDate: Sat Aug 8 18:00:25 2026 +0200 apps/tee/optee_client: nxstyle fix Relative files path - fix Relative file path does not match actual file. Signed-off-by: simbit18 <[email protected]> --- tee/optee_client/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tee/optee_client/CMakeLists.txt b/tee/optee_client/CMakeLists.txt index c711dd837..a1f8cde36 100644 --- a/tee/optee_client/CMakeLists.txt +++ b/tee/optee_client/CMakeLists.txt @@ -1,5 +1,5 @@ # ############################################################################## -# apps/tee/libteec/CMakeLists.txt +# apps/tee/optee_client/CMakeLists.txt # # SPDX-License-Identifier: Apache-2.0 #
