有人成功引入过 googletest 吗,求一个工程示例 - Has anyone successfully integrated Googletest? Looking for an example project. #6467
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
xmake-io/xmake-repo#7152
引入 1.17.0 之后报错 C++ versions less than C++17 are not supported.
我改了 set_language,也试过换回 1.14.0,也试过直接用 import("package.tools.cmake") 构建,始终无法正常工作。
After introducing 1.17.0, I get the error "C++ versions less than C++17 are not supported." I modified set_language, tried reverting to 1.14.0, and even tried building directly with import("package.tools.cmake"), but nothing works.
Beta Was this translation helpful? Give feedback.
All reactions