fix: Set the generator in the wrong profile.
diff --git a/iotdb-tools-thrift/pom.xml b/iotdb-tools-thrift/pom.xml
index 514c9ae..a11066b 100644
--- a/iotdb-tools-thrift/pom.xml
+++ b/iotdb-tools-thrift/pom.xml
@@ -369,7 +369,6 @@
             </activation>
             <properties>
                 <os.classifier>mac-aarch64</os.classifier>
-                <cmake.generator>Visual Studio 17 2022</cmake.generator>
             </properties>
             <build>
                 <plugins>
@@ -424,6 +423,7 @@
             </activation>
             <properties>
                 <os.classifier>windows-aarch64</os.classifier>
+                <cmake.generator>Visual Studio 17 2022</cmake.generator>
             </properties>
         </profile>
     </profiles>