为什么默认的 CMakeLists.txt 无法编译 #262
Answered
by
CoelacanthusHex
xiaofu-15191
asked this question in
Q&A
-
|
在CMakeLists.txt中,有如下指令: 但是这个在我的 Windows+Qt 6.9.2 MinGW 13.2.0 工具链下无法过编,GCC 会将 |
Beta Was this translation helpful? Give feedback.
Answered by
CoelacanthusHex
Oct 25, 2025
Replies: 1 comment
-
|
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
xiaofu-15191
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
add_compile_options("/std:c++17")can be removed directly. Could you open a PR for it?