| |
|
开发:
C++知识库
Java知识库
JavaScript
Python
PHP知识库
人工智能
区块链
大数据
移动开发
嵌入式
开发工具
数据结构与算法
开发测试
游戏开发
网络协议
系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程 数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁 |
-> 开发工具 -> CMAKE TIPs -> 正文阅读 |
|
[开发工具]CMAKE TIPs |
1. How to avoid CMAKE check default compilerCMAKE will check default compiler when start CMAKE. If you have CC,CXX in environment variable, CMAKE will use CC,CXX to compile a simple code. But some compiler can't pass this test. So we need find a way to jump this test. Here is a way to jump compiler check.
Attention: Looks like 'set(CMAKE_C_COMPILER_WORKS TRUE)' need before 'project(MY_PROJECT)'. 2. CMAKE requires nmake.exe on WindowsOn Windows, CMAKE will need nmake.exe. nmake.exe is in virtual studio. And CMAKE's default compiler on windows is virtual studio compiler. If you don't install virtual studio, you may get error of missing nmake.exe. If you copy nmake.exe to your windows, you may get error of missing compiler. If you want to jump the compiler check, TIP 1 is for you. Attention: After cmake created Makefile, you need to run nmake to build it. Not make!!!! |
|
|
上一篇文章 下一篇文章 查看所有文章 |
|
开发:
C++知识库
Java知识库
JavaScript
Python
PHP知识库
人工智能
区块链
大数据
移动开发
嵌入式
开发工具
数据结构与算法
开发测试
游戏开发
网络协议
系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程 数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁 |
360图书馆 购物 三丰科技 阅读网 日历 万年历 2024年11日历 | -2024/11/13 15:11:40- |
|
网站联系: qq:121756557 email:121756557@qq.com IT数码 |