summaryrefslogtreecommitdiff
path: root/share/cmake-3.10/Help/envvar/CC.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.10/Help/envvar/CC.rst')
-rw-r--r--share/cmake-3.10/Help/envvar/CC.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/share/cmake-3.10/Help/envvar/CC.rst b/share/cmake-3.10/Help/envvar/CC.rst
new file mode 100644
index 0000000..7e68110
--- /dev/null
+++ b/share/cmake-3.10/Help/envvar/CC.rst
@@ -0,0 +1,9 @@
+CC
+--
+
+Preferred executable for compiling ``C`` language files. Will only be used by
+CMake on the first configuration to determine ``C`` compiler, after which the
+value for ``CC`` is stored in the cache as
+:variable:`CMAKE_C_COMPILER <CMAKE_<LANG>_COMPILER>`. For any configuration run
+(including the first), the environment variable will be ignored if the
+:variable:`CMAKE_C_COMPILER <CMAKE_<LANG>_COMPILER>` variable is defined.