Skip to content

Commit 6fb93f7

Browse files
committed
fix: Set the generator in the wrong profile.
1 parent c4925b8 commit 6fb93f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iotdb-tools-thrift/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,6 @@
369369
</activation>
370370
<properties>
371371
<os.classifier>mac-aarch64</os.classifier>
372-
<cmake.generator>Visual Studio 17 2022</cmake.generator>
373372
</properties>
374373
<build>
375374
<plugins>
@@ -424,6 +423,7 @@
424423
</activation>
425424
<properties>
426425
<os.classifier>windows-aarch64</os.classifier>
426+
<cmake.generator>Visual Studio 17 2022</cmake.generator>
427427
</properties>
428428
</profile>
429429
</profiles>

0 commit comments

Comments
 (0)