From 4afedb5131d8ee82486304436dc820d17f643ede Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 1 Jul 2024 15:24:59 +0900 Subject: [PATCH] chore: Fixed typo in cmake script (#1783) ### Problem description Accomodate -> Accommodate ### Implementation description ### Screenshots ### Additional things --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 13c1eb249..67cd0e952 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -83,5 +83,5 @@ generateSDKDirectory() # Handle package generation createPackage() -# Accomodate IDEs with FOLDER support +# Accommodate IDEs with FOLDER support tweakTargetsForIDESupport()