提问人:Webber 提问时间:11/9/2023 最后编辑:Webber 更新时间:11/9/2023 访问量:37
在 CMake 中使用特定编译器失败
Using specific compiler in CMake fail
问:
我在 Ubuntu 的 cmake 中使用CMAKE_C_COMPILER。
我尝试使用 message( ) 来显示CMAKE_C_COMPILER值。
路径是我想要的,但我在下面收到警告:
CMake Warning:
No source or binary directory provided. Both will be assumed to be the
same as the current working directory, but note that this warning will
become a fatal error in future CMake releases.
上面发生了什么?我该如何解决这个问题?
多谢。
答: 暂无答案
评论
cmake
cmake
cmake
cmake <src_dir>
cmake -S <src_dir> -B <build_dir>
-S